# 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 = "marble" version = "1.0.0-alpha.1" authors = ["Tyler Neely "] description = "on-disk slab allocator" documentation = "https://docs.rs/marble/" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/komora-io/marble" [profile.dev] debug = true panic = "abort" [profile.release] debug = true panic = "abort" [[test]] name = "crash_atomicity" path = "tests/crash_atomicity.rs" harness = false [[bench]] name = "marble_bench" path = "benches/marble_bench.rs" harness = false [dependencies.bincode] version = "1.3.3" [dependencies.crc32fast] version = "1.3.2" [dependencies.crossbeam-queue] version = "0.3.8" [dependencies.ebr] version = "0.2.8" [dependencies.fault-injection] version = "1.0.9" [dependencies.fnv] version = "1.0.7" [dependencies.fs2] version = "0.4.3" [dependencies.inline-array] version = "0.1.11" features = [ "serde", "concurrent_map_minimum", ] [dependencies.log] version = "0.4.19" [dependencies.metadata-store] version = "0.2" [dependencies.pagetable] version = "0.4.3" [dependencies.rayon] version = "1.7.0" [dependencies.serde] version = "1.0.174" features = ["derive"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serde] version = "1.0.144" features = ["derive"] [features] runtime_validation = []