[package] name = "firewood-growth-ring" version = "0.0.2" edition = "2021" keywords = ["wal", "db", "futures"] license = "MIT" description = "Simple and modular write-ahead-logging implementation." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] firewood-libaio= { version = "0.0.2", path = "../firewood-libaio", package = "firewood-libaio" } crc = "3.0.0" lru = "0.10.0" scan_fmt = "0.2.6" regex = "1.6.0" async-trait = "0.1.57" futures = "0.3.24" nix = "0.26.2" libc = "0.2.133" bytemuck = {version = "1.13.1", features = ["derive"]} thiserror = "1.0.40" [dev-dependencies] hex = "0.4.3" rand = "0.8.5" indexmap = "1.9.1" [lib] name = "growthring" path = "src/lib.rs" crate-type = ["dylib", "rlib", "staticlib"]