# 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 = "pagecache" version = "0.19.4" authors = ["Tyler Neely "] 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"] categories = ["database-implementations", "concurrency", "data-structures", "algorithms", "caching"] license = "MIT/Apache-2.0" repository = "https://github.com/spacejam/sled" [dependencies.bincode] version = "1.1.4" [dependencies.crc32fast] version = "1.2.0" [dependencies.crossbeam-channel] version = "0.3.9" [dependencies.crossbeam-epoch] version = "0.7.2" [dependencies.crossbeam-utils] version = "0.6.6" [dependencies.fail] version = "0.3.0" optional = true [dependencies.fxhash] version = "0.2.1" [dependencies.libc] version = "0.2.62" [dependencies.log] version = "0.4.8" [dependencies.parking_lot] version = "0.9.0" [dependencies.rand] version = "0.7.0" optional = true [dependencies.rand_chacha] version = "0.2.1" optional = true [dependencies.rand_distr] version = "0.2.1" optional = true [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.zstd] version = "0.4.28" optional = true [dev-dependencies.rand] version = "0.7.0" [dev-dependencies.rand_chacha] version = "0.2.1" [dev-dependencies.rand_distr] version = "0.2.1" [features] check_snapshot_integrity = [] compression = ["zstd"] default = ["no_metrics"] event_log = [] failpoints = ["fail", "rand", "fail/failpoints"] lock_free_delays = ["rand", "rand_chacha", "rand_distr", "parking_lot/deadlock_detection"] measure_allocs = [] no_inline = [] no_logs = ["log/max_level_off"] no_metrics = [] [target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os=\"windows\"))".dependencies.fs2] version = "0.4.3"