[package] name = "boxcar" version = "0.2.7" authors = ["Ibraheem Ahmed "] edition = "2021" license = "MIT" readme = "README.md" description = "A concurrent, append-only vector" repository = "https://github.com/ibraheemdev/boxcar" keywords = ["concurrent","vector","lock-free"] categories = ["concurrency", "data-structures"] exclude = [ ".gitignore", ".github/**", "report.svg", ] [[bench]] name = "bench" harness = false [dependencies] # ... [dev-dependencies] criterion = "0.3.5"