# 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 = "voluntary-servitude" version = "4.0.8" authors = ["Paulo Cabral Sanz "] description = "Thread-safe appendable list with lock-free iterator" readme = "README.md" keywords = ["lock-free", "data-structure", "iterator", "vector", "thread-safe"] categories = ["concurrency", "data-structures"] license = "MIT OR Apache-2.0" repository = "https://github.com/paulocsanz/voluntary-servitude" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docs_rs_workaround"] [lib] name = "voluntary_servitude" crate_type = ["lib"] [[bench]] name = "vs_each" harness = false [dependencies.log] version = "0.4" optional = true [dependencies.parking_lot] version = "0.7" [dependencies.rayon] version = "1" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.2" [dev-dependencies.env_logger] version = "0.5" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_derive] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [] logs = ["log"] rayon-traits = ["rayon"] serde-traits = ["serde"]