[dependencies.ahash]
version = "0.8"
[dependencies.cheap-clone]
version = "0.1"
[dependencies.either]
version = "1"
[dependencies.indexmap]
default-features = false
optional = true
version = "2"
[dependencies.smallvec-wrapper]
default-features = false
features = ["const_new"]
optional = true
version = "0.1"
[dependencies.thiserror]
optional = true
version = "1"
[features]
alloc = ["indexmap"]
default = ["std"]
std = ["alloc", "smallvec-wrapper/std", "indexmap/default", "thiserror"]
[package]
categories = ["no-std", "transaction"]
description = "The structs and traits for the `txn` and `async-txn` crates."
edition = "2021"
homepage = "https://github.com/al8n/skipdb"
license = "MIT OR Apache-2.0"
name = "txn-core"
repository = "https://github.com/al8n/skipdb"
version = "0.1.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]