# 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 = "bitcask-engine-rs" version = "0.1.0" authors = ["Liangrun Da "] exclude = ["data/*"] description = "A Rust implementation of Bitcask" readme = "README.md" keywords = [ "bitcask", "database", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/liangrunda/bitcask-engine-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.crc] version = "3.0.1" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0.40" [dependencies.tracing] version = "0.1.37" [dependencies.tracing-appender] version = "0.2.2" [dependencies.tracing-subscriber] version = "0.3.17" [badges.maintenance] status = "actively-developed"