[go: up one dir, main page]

contrie 0.1.3

Concurrent map and set
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "contrie"
version = "0.1.3"
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>", "Edoardo Rossi <zeroed@posteo.net>", "Evan Cameron <cameron.evan@gmail.com>"]
description = "Concurrent map and set"
documentation = "https://docs.rs/contrie"
readme = "README.md"
keywords = ["atomic", "concurrent", "map", "set", "lock-free"]
categories = ["concurrency", "algorithms", "data-structures"]
license = "Apache-2.0/MIT"
repository = "https://github.com/vorner/contrie"
[package.metadata.docs.rs]
all-features = true
[profile.test]
opt-level = 1
[dependencies.arrayvec]
version = "~0.4"

[dependencies.bitflags]
version = "~1"

[dependencies.crossbeam-epoch]
version = "~0.7"

[dependencies.rayon]
version = "~1"
optional = true

[dependencies.smallvec]
version = "~0.6"
[dev-dependencies.crossbeam-utils]
version = "~0.6"

[dev-dependencies.proptest]
version = "~0.9.3"

[dev-dependencies.rand]
version = "~0.6"

[dev-dependencies.rayon]
version = "~1"

[dev-dependencies.version-sync]
version = "~0.7"
[badges.appveyor]
repository = "vorner/contrie"

[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "vorner/contrie"