# 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 = "mwmr" version = "0.1.0" description = "A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation)." homepage = "https://github.com/al8n/txn" readme = "README.md" keywords = [ "ssi", "transaction", "database", "optimistic", "mvcc", ] categories = [ "asynchronous", "data-structures", "concurrency", "database-implementations", "development-tools", ] license = "Apache-2.0/MIT" repository = "https://github.com/al8n/txn" [[test]] name = "mwmr" path = "tests/main.rs" required-features = ["test"] [dependencies.cheap-clone] version = "0.1" [dependencies.crossbeam-channel] version = "0.5" default-features = false [dependencies.crossbeam-utils] version = "0.8" default-features = false [dependencies.either] version = "1" [dependencies.indexmap] version = "2" features = ["default"] default-features = false [dependencies.mwmr-core] version = "0.1.0" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" optional = true [dependencies.scopeguard] version = "1" features = ["use_std"] default-features = false [dependencies.smallvec-wrapper] version = "0.1" features = ["const_new"] [dependencies.thiserror] version = "1" [dependencies.wmark] version = "0.1.0" features = ["default"] default-features = false [dev-dependencies.rand] version = "0.8" [features] default = [] test = ["rand"]