# 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 = "2021" name = "append-only-vec" version = "0.1.7" authors = ["David Roundy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Append-only, concurrent vector" readme = "README.md" keywords = [ "frozen", "data-structure", ] categories = [ "data-structures", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/droundy/append-only-vec" [lib] name = "append_only_vec" path = "src/lib.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies] [dev-dependencies.parking_lot] version = "0.12" [dev-dependencies.scaling] version = "0.1.3"