sled 0.21.1

a modern embedded database
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]
edition = "2018"
name = "sled"
version = "0.21.1"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a modern embedded database"
homepage = "https://github.com/spacejam/sled"
documentation = "https://docs.rs/sled/"
readme = "../../README.md"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"]
license = "MIT/Apache-2.0"
repository = "https://github.com/spacejam/sled"
[dependencies.futures]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.pagecache]
version = "0.14.1"

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

[dependencies.serde_bytes]
version = "0.10"

[features]
check_snapshot_integrity = []
compression = ["pagecache/compression"]
default = []
event_log = ["pagecache/event_log"]
failpoints = ["pagecache/failpoints"]
lock_free_delays = ["pagecache/lock_free_delays"]
measure_allocs = ["pagecache/measure_allocs"]
nightly = ["pagecache/nightly"]
no_inline = ["pagecache/no_inline"]
no_logs = ["log/max_level_off", "pagecache/no_logs"]
no_metrics = ["pagecache/no_metrics"]