# 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 = "metadata-store" version = "0.2.4" authors = ["Tyler Neely "] description = "A simple store for recoverable metadata that is written in atomic batches." readme = "README.md" keywords = [ "multi-threaded", "performance", "index", "database", "db", ] categories = [ "concurrency", "data-structures", "rust-patterns", "database-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/komora-io/metadata-store" [dependencies.crc32fast] version = "1.3.2" [dependencies.crossbeam-channel] version = "0.5.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.pagetable] version = "0.4.3" [dependencies.parking_lot] version = "0.12.1" [dependencies.rayon] version = "1.7.0" [dependencies.zstd] version = "0.12.4" [dev-dependencies.env_logger] version = "0.10.0"