# 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" rust-version = "1.70.0" name = "someday" version = "0.6.0" authors = ["hinto.janai "] description = "Lock-free MVCC primitive" documentation = "https://docs.rs/someday" readme = "README.md" keywords = [ "mvcc", "lock-free", "atomic", "multi-version", "concurrency", ] categories = ["concurrency"] license = "MIT" repository = "https://github.com/hinto-janai/someday" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.arc-swap] version = "1" default-features = false [dependencies.bincode] version = "2.0.0-rc.3" features = ["derive"] optional = true [dependencies.borsh] version = "1" features = [ "derive", "rc", ] optional = true [dependencies.serde] version = "1" features = [ "derive", "rc", ] optional = true [dev-dependencies.bincode] version = "2.0.0-rc.3" features = ["derive"] [dev-dependencies.borsh] version = "1" features = [ "derive", "rc", ] [dev-dependencies.serde] version = "1" features = [ "derive", "rc", ] [dev-dependencies.serde_json] version = "1" [features] default = []