sled 0.15.14

a flash-sympathetic persistent lock-free B+ tree
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sled"
version = "0.15.14"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a flash-sympathetic persistent lock-free B+ tree"
homepage = "https://github.com/spacejam/sled"
documentation = "https://docs.rs/sled/"
readme = "../../README.md"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
license = "MIT/Apache-2.0"
repository = "https://github.com/spacejam/sled"
[profile.release]
debug = 2
[dependencies.bincode]
version = "0.9"

[dependencies.clippy]
version = "0.0"
optional = true

[dependencies.crossbeam-epoch]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.pagecache]
version = "0.4.3"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[features]
check_snapshot_integrity = []
default = []
failpoints = ["pagecache/failpoints"]
lock_free_delays = ["pagecache/lock_free_delays"]
nightly = ["pagecache/nightly"]
no_logs = ["log/max_level_off", "pagecache/no_logs"]
rayon = ["pagecache/rayon"]
zstd = ["pagecache/zstd"]