# 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 = "txn" version = "0.1.3" description = "A generic optimistic transaction manger, which is ACID, concurrent with SSI (Serializable Snapshot Isolation)." homepage = "https://github.com/al8n/skipdb" readme = "README.md" keywords = [ "ssi", "transaction", "database", "optimistic", "mvcc", ] categories = [ "asynchronous", "data-structures", "concurrency", "database-implementations", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/skipdb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [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.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"] default-features = false [dependencies.thiserror] version = "1" [dependencies.txn-core] version = "0.1" features = ["default"] default-features = false [dependencies.wmark] version = "0.1" features = ["default"] default-features = false [dev-dependencies.rand] version = "0.8" [features] default = []