wmark 0.1.2

Helpful structs to implement optimistic SSI (Serializable Snapshot Isolation) level transactions for database
Documentation
[dependencies.agnostic-lite]
optional = true
version = "0.3"

[dependencies.async-channel]
default-features = false
optional = true
version = "2"

[dependencies.atomic_refcell]
version = "0.1"

[dependencies.crossbeam-channel]
optional = true
version = "0.5"

[dependencies.crossbeam-queue]
default-features = false
optional = true
version = "0.3"

[dependencies.crossbeam-utils]
default-features = false
version = "0.8"

[dependencies.event-listener]
default-features = false
optional = true
version = "5"

[dependencies.futures-channel]
default-features = false
features = ["alloc"]
optional = true
version = "0.3"

[dependencies.futures-util]
default-features = false
features = ["async-await-macro"]
optional = true
version = "0.3"

[dependencies.hashbrown]
default-features = false
optional = true
version = "0.14"

[dependencies.parking_lot]
optional = true
version = "0.12"

[dependencies.scopeguard]
default-features = false
version = "1"

[dependencies.smallvec-wrapper]
default-features = false
features = ["const_new"]
version = "0.1"

[dependencies.thiserror]
optional = true
version = "1"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1"

[dependencies.wg]
optional = true
version = "0.8"
[dev-dependencies.tokio]
features = ["full"]
version = "1"

[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"]

[package]
description = "Helpful structs to implement optimistic SSI (Serializable Snapshot Isolation) level transactions for database"
edition = "2021"
homepage = "https://github.com/al8n/skipdb"
license = "MIT OR Apache-2.0"
name = "wmark"
repository = "https://github.com/al8n/skipdb"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]