# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sled" version = "1.0.0-alpha.124" authors = ["Tyler Neely "] build = false exclude = [ "benchmarks", "examples", "bindings", "scripts", "experiments", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight high-performance pure-rust transactional embedded database." homepage = "https://github.com/spacejam/sled" documentation = "https://docs.rs/sled/" readme = "README.md" keywords = [ "redis", "mongo", "sqlite", "lmdb", "rocksdb", ] categories = [ "database-implementations", "concurrency", "data-structures", "algorithms", "caching", ] license = "MIT OR Apache-2.0" repository = "https://github.com/spacejam/sled" [profile.release] opt-level = 3 debug = 2 panic = "abort" overflow-checks = true [profile.test] debug = 2 panic = "abort" overflow-checks = true [lib] name = "sled" path = "src/lib.rs" [[test]] name = "00_regression" path = "tests/00_regression.rs" [[test]] name = "concurrent_batch_atomicity" path = "tests/concurrent_batch_atomicity.rs" [[test]] name = "test_crash_recovery" path = "tests/test_crash_recovery.rs" harness = false [[test]] name = "test_quiescent" path = "tests/test_quiescent.rs" [[test]] name = "test_space_leaks" path = "tests/test_space_leaks.rs" [[test]] name = "test_tree" path = "tests/test_tree.rs" [[test]] name = "test_tree_failpoints" path = "tests/test_tree_failpoints.rs" [dependencies.bincode] version = "1.3.3" [dependencies.cache-advisor] version = "1.0.16" [dependencies.concurrent-map] version = "5.0.31" features = ["serde"] [dependencies.crc32fast] version = "1.3.2" [dependencies.crossbeam-channel] version = "0.5.8" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.ebr] version = "0.2.13" [dependencies.fault-injection] version = "1.0.10" [dependencies.fnv] version = "1.0.7" [dependencies.fs2] version = "0.4.3" [dependencies.inline-array] version = "0.1.13" features = [ "serde", "concurrent_map_minimum", ] [dependencies.log] version = "0.4.19" [dependencies.pagetable] version = "0.4.5" [dependencies.parking_lot] version = "0.12.1" features = ["arc_lock"] [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.stack-map] version = "1.0.5" features = ["serde"] [dependencies.tempdir] version = "0.3.7" [dependencies.zstd] version = "0.12.4" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.libc] version = "0.2.147" [dev-dependencies.num-format] version = "0.4.4" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rand_distr] version = "0.4.3" [features] for-internal-testing-only = [] monotonic-behavior = [] testing-count-allocator = [] testing-shred-allocator = []