sled 0.13.0

a flash-sympathetic persistent lock-free B+ tree, pagecache, and log
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.13.0"
authors = ["Tyler Neely <t@jujit.su>"]
description = "a flash-sympathetic persistent lock-free B+ tree, pagecache, and log"
homepage = "https://github.com/spacejam/sled"
documentation = "https://docs.rs/sled/"
readme = "README.md"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
license = "Apache-2.0"
repository = "https://github.com/spacejam/sled"

[[bin]]
name = "bench"
required-features = ["bench"]

[[bin]]
name = "stress"
required-features = ["stress"]

[[bin]]
name = "stress2"
required-features = ["stress"]
[dependencies.clap]
version = "2.26"
optional = true

[dependencies.zstd]
version = "0.4"
optional = true

[dependencies.rayon]
version = "0.8"
optional = true

[dependencies.env_logger]
version = "0.4"
optional = true

[dependencies.log]
version = "0.3"
optional = true

[dependencies.bincode]
version = "0.8"

[dependencies.rand]
version = "0.3"
optional = true

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde]
version = "1.0"

[dependencies.docopt]
version = "0.8"
optional = true

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

[dependencies.lazy_static]
version = "0.2"

[dependencies.chan-signal]
version = "0.3"
optional = true

[dependencies.coco]
version = "0.2"

[dependencies.crossbeam]
version = "0.3"

[dependencies.historian]
version = "3.0"
[dev-dependencies.rand]
version = "0.3"

[dev-dependencies.quickcheck]
version = "0.2"

[features]
stress = ["docopt", "chan-signal", "rayon", "rand", "zstd"]
default = []
bench = ["clap", "num_cpus", "log", "rand", "rayon", "zstd", "env_logger"]