vsdb 0.11.2

Versioned Stateful DataBase, mainly used in blockchain scene.
Documentation
[[bench]]
harness = false
name = "basic"

[[example]]
name = "blockchain_state"

[[example]]
name = "web_server"
[dependencies.bcs]
optional = true
version = "0.1.3"

[dependencies.fast-math]
version = "0.1"

[dependencies.num_cpus]
optional = true
version = "1.13"

[dependencies.once_cell]
version = "1.9.0"

[dependencies.parking_lot]
version = "0.11.2"

[dependencies.rocksdb]
optional = true
version = "0.17.0"

[dependencies.ruc]
version = "0.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_cbor]
optional = true
version = "0.11"

[dependencies.sha3]
version = "0.10"

[dependencies.vsdb_derive]
version = "0.1"
[dev-dependencies.bcs]
version = "0.1.3"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3"

[dev-dependencies.hex]
version = "0.4.3"

[dev-dependencies.once_cell]
version = "1.9.0"

[features]
bcs_ende = ["bcs"]
cbor_ende = ["serde_cbor"]
default = ["sled_engine", "cbor_ende"]
rocks_engine = ["rocksdb", "num_cpus"]
sled_engine = ["sled"]

[package]
authors = ["fanhui.x@gmail.com"]
categories = ["database-implementations", "data-structures", "algorithms", "caching"]
description = "Versioned Stateful DataBase, mainly used in blockchain scene."
edition = "2021"
homepage = "https://github.com/ccmlm/vsdb"
keywords = ["git", "leveldb", "rocksdb", "version", "vcs"]
license = "MIT"
name = "vsdb"
repository = "https://github.com/ccmlm/vsdb"
resolver = "2"
version = "0.11.2"
[profile.bench]
codegen-units = 1
incremental = false
overflow-checks = false

[profile.dev]
incremental = false
overflow-checks = true

[profile.release]
codegen-units = 1
incremental = false
overflow-checks = false
[target."cfg(not(target_os = \"linux\"))".dependencies.sled]
features = ["compression"]
optional = true
package = "vsdbsled"
version = "0.34.7-patched"
[target."cfg(target_os = \"linux\")".dependencies.sled]
features = ["compression", "io_uring"]
optional = true
package = "vsdbsled"
version = "0.34.7-patched"