# 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 = "pvec" version = "0.2.1" authors = ["Araz Abishov "] exclude = ["/.github/*", "/benches/words/words.txt"] autobenches = false description = "RRB-Tree based persistent vector implementation." documentation = "https://docs.rs/pvec/" readme = "README.md" keywords = ["persistent", "data-structures", "collections"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/ArazAbishov/pvec-rs" [lib] bench = false [[bench]] name = "lib" harness = false [dependencies.rayon] version = "1.1.0" optional = true [dependencies.serde] version = "1.0.73" features = ["rc"] optional = true [dependencies.serde_derive] version = "1.0.73" optional = true [dependencies.serde_json] version = "1.0.26" optional = true [dev-dependencies.criterion] version = "0.3.1" [dev-dependencies.im] version = "14.0.0" [dev-dependencies.im-rc] version = "14.0.0" [dev-dependencies.num] version = "0.2.0" [dev-dependencies.rand] version = "0.6" [dev-dependencies.rand_xorshift] version = "0.1" [features] arc = [] rayon_iter = ["rayon"] serde_serializer = ["serde", "serde_json", "serde_derive"] small_branch = []