[package] name = "bitcask-engine-rs" version = "0.1.0" edition = "2021" authors = ["Liangrun Da "] description = "A Rust implementation of Bitcask" readme = "README.md" repository = "https://github.com/liangrunda/bitcask-engine-rs" license = "MIT" license-file = "LICENSE" keywords = ["bitcask", "database"] exclude = ["data/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0.40" anyhow = "1.0.71" tracing = "0.1.37" tracing-appender = "0.2.2" tracing-subscriber = "0.3.17" crc= { version = "3.0.1" } rand = "0.8.5" [badges] maintenance = { status = "actively-developed" }