# 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 = "boxcar" version = "0.2.7" authors = ["Ibraheem Ahmed "] build = false exclude = [ ".gitignore", ".github/**", "report.svg", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A concurrent, append-only vector" readme = "README.md" keywords = [ "concurrent", "vector", "lock-free", ] categories = [ "concurrency", "data-structures", ] license = "MIT" repository = "https://github.com/ibraheemdev/boxcar" [lib] name = "boxcar" path = "src/lib.rs" [[test]] name = "vec" path = "tests/vec.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3.5"