# 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 = "dustdata" version = "2.0.0-beta.3" authors = ["Rustbase"] build = "./src/build.rs" exclude = [ "test_data/*", "README.md", "CONTRIBUTING.md", ".editorconfig", ".cargo/*", ] description = "A data concurrency control storage engine to Rustbase" homepage = "https://github.com/rustbase/dustdata" readme = "README.md" license = "MIT" repository = "https://github.com/rustbase/dustdata" [lib] doctest = false [dependencies.bincode] version = "1.3.3" [dependencies.bitvec] version = "1.0.1" [dependencies.farmhash] version = "1.1.5" [dependencies.flate2] version = "1.0" [dependencies.fs2] version = "0.4.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [build-dependencies.hooky-rs] version = "1.0.0"