# 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 = "async-mwmr" version = "0.1.0" description = "A runtime agnostic, WASM/WASI friendly, multi-writer-multi-reader MVCC, ACID, Serializable Snapshot Isolation transaction manager for database development." homepage = "https://github.com/al8n/txn" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/al8n/txn" [[test]] name = "async-mwmr" path = "tests/main.rs" required-features = ["test"] [dependencies.async-channel] version = "2" [dependencies.cheap-clone] version = "0.1" [dependencies.crossbeam-utils] version = "0.8" default-features = false [dependencies.either] version = "1" [dependencies.futures] version = "=0.3.29" [dependencies.indexmap] version = "2" default-features = false [dependencies.mwmr-core] version = "0.1.0" default-features = false [dependencies.pollster] version = "0.3" [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 = [ "future", "default", ] default-features = false [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.rand] version = "0.8" [features] async-std = ["wmark/async-std"] default = [] smol = ["wmark/smol"] test = ["rand"]