pagecache 0.5.1

lock-free pagecache and log for high-performance databases
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 = "pagecache"
version = "0.5.1"
authors = ["Tyler Neely <t@jujit.su>"]
description = "lock-free pagecache and log for high-performance databases"
homepage = "https://github.com/spacejam/sled/tree/master/crates/pagecache"
documentation = "https://docs.rs/pagecache/"
readme = "README.md"
keywords = ["database", "embedded", "concurrent", "persistent", "lock-free"]
license = "MIT/Apache-2.0"
repository = "https://github.com/spacejam/sled"
[dependencies.bincode]
version = "1.0"

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

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

[dependencies.fail]
version = "0.2"
optional = true

[dependencies.historian]
version = "3.0"

[dependencies.lazy_static]
version = "1.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.pagetable]
version = "0.0"

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

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.zstd]
version = "0.4"
optional = true
[dev-dependencies.rand]
version = "0.5"

[features]
default = []
failpoints = ["fail"]
lock_free_delays = ["rand"]
nightly = []
no_logs = ["log/max_level_off"]
no_metrics = ["historian/bypass"]