# 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 = "wmark" version = "0.1.4" description = "Helpful structs to implement optimistic SSI (Serializable Snapshot Isolation) level transactions for database" homepage = "https://github.com/al8n/skipdb" license = "MIT OR Apache-2.0" repository = "https://github.com/al8n/skipdb" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.agnostic-lite] version = "0.3" optional = true [dependencies.async-channel] version = "2" optional = true default-features = false [dependencies.atomic_refcell] version = "0.1" [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.crossbeam-queue] version = "0.3" optional = true default-features = false [dependencies.crossbeam-utils] version = "0.8" default-features = false [dependencies.event-listener] version = "5" optional = true default-features = false [dependencies.futures-channel] version = "0.3" features = ["alloc"] optional = true default-features = false [dependencies.futures-util] version = "0.3" features = ["async-await-macro"] optional = true default-features = false [dependencies.hashbrown] version = "0.14" optional = true default-features = false [dependencies.parking_lot] version = "0.12" optional = true [dependencies.scopeguard] version = "1" default-features = false [dependencies.smallvec-wrapper] version = "0.1" features = ["const_new"] default-features = false [dependencies.thiserror] version = "1" optional = true [dependencies.tracing] version = "0.1" optional = true default-features = false [dependencies.wg] version = "0.9" optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] async-std = [ "agnostic-lite/async-std", "future", ] core = [ "crossbeam-queue/alloc", "hashbrown/allocator-api2", "event-listener", ] default = ["std"] future = [ "async-channel", "futures-util", "futures-channel", "event-listener/default", ] smol = [ "agnostic-lite/smol", "future", ] std = [ "parking_lot", "wg", "crossbeam-channel", "async-channel?/default", "futures-channel?/default", "thiserror", "crossbeam-utils/default", "scopeguard/use_std", ] tokio = [ "agnostic-lite/tokio", "futures-util", ] wasm = [ "agnostic-lite/wasm", "futures-util", ]