# 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 = "lariv" version = "0.3.2" authors = ["Guillem L. Jara <4lon3ly0@tutanota.com>"] exclude = [".github/workflows/"] description = "Linked Atomic Random Insert Vector: a thread-safe, self-memory-managed vector with no guaranteed sequential insert." homepage = "https://github.com/Alonely0/Lariv" readme = "./README.md" keywords = [ "vector", "atomic", "ring", "buffer", "thread-safe", ] categories = [ "concurrency", "data-structures", "database-implementations", "memory-management", "rust-patterns", ] license = "MIT" repository = "https://github.com/Alonely0/Lariv" [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 panic = "abort" [[bench]] name = "lariv" path = "./benchmarks/bench.rs" harness = false [dependencies] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.dashmap] version = "5.4.0"