# 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.75.0" name = "async-skipdb" version = "0.2.1" description = "An embedded, in-memory, zero-copy, atomicity, consistency, MVCC, almost lock-free and serializable snapshot isolation database engine." homepage = "https://github.com/al8n/skipdb" documentation = "https://docs.rs/async-skipdb" readme = "README.md" keywords = [ "database", "key-value-store", "memdb", "embedded-database", "memodb", ] categories = [ "database-implementations", "concurrency", "data-structures", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/skipdb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-txn] version = "0.1" features = ["default"] default-features = false [dependencies.cheap-clone] version = "0.1" features = ["std"] [dependencies.skipdb-core] version = "0.2" features = ["default"] default-features = false [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.scopeguard] version = "1" [dev-dependencies.smol] version = "2" [dev-dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.wmark] version = "0.1" features = ["future"] default-features = false [features] async-std = ["async-txn/async-std"] default = [] smol = ["async-txn/smol"] tokio = ["async-txn/tokio"] wasm = ["async-txn/wasm"]