# 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 = "mv" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Concurrent multiple readers, single writer data structures" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Erigara/mv" [lib] name = "mv" path = "src/lib.rs" [[bench]] name = "read_write" path = "benches/read_write.rs" harness = false [[bench]] name = "rollback" path = "benches/rollback.rs" harness = false [dependencies.concread] version = "0.5" features = [ "ebr", "maps", ] [dependencies.serde] version = "~1.0" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.serde_json] version = "1.0.107" [features] default = ["serde"] serde = ["dep:serde"]