[package] name = "growth-ring" version = "0.1.7" authors = ["Determinant "] edition = "2018" homepage = "https://github.com/Determinant/growth-ring" 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] crc = "1.8.1" lru = "0.6.0" scan_fmt = "0.2.5" regex = "1.4.0" async-trait = "0.1.41" futures = "0.3.6" libaio-futures = "0.1.7" nix = "0.18.0" libc = "0.2.79" [dev-dependencies] hex = "0.4.2" rand = "0.7.3" indexmap = "1.6.0" [lib] name = "growthring" path = "src/lib.rs" crate-type = ["dylib", "rlib", "staticlib"] [profile.release] lto = true debug = true