# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "atone" version = "0.3.7" authors = ["Jon Gjengset "] description = "A VecDeque and Vec variant that spreads resize load across pushes." readme = "README.md" keywords = [ "vec", "no_std", "vecdeque", "amortized", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jonhoo/atone.git" [package.metadata.docs.rs] features = [ "rayon", "serde", ] [[bench]] name = "vroom" harness = false [dependencies.rayon_] version = "1.0" optional = true package = "rayon" [dependencies.serde_] version = "1.0.114" optional = true default-features = false package = "serde" [dev-dependencies.lazy_static] version = "1.2" [dev-dependencies.quickcheck] version = "1.0" default-features = false [dev-dependencies.rand] version = "0.8.0" features = ["small_rng"] [dev-dependencies.rayon_] version = "1.2.0" package = "rayon" [dev-dependencies.serde_json] version = "1.0.56" [dev-dependencies.serde_test] version = "1.0.114" [features] rayon = ["rayon_"] serde = ["serde_"] [target."cfg(not(target_env=\"msvc\"))".dev-dependencies.jemallocator] version = "0.5"