growth-ring 0.2.2

Simple and modular write-ahead-logging implementation.
Documentation
[dependencies.async-trait]
version = "0.1.42"

[dependencies.crc]
version = "1.8.1"

[dependencies.futures]
version = "0.3.8"

[dependencies.libaio-futures]
version = "0.2.1"

[dependencies.libc]
version = "0.2.81"

[dependencies.lru]
version = "0.6.3"

[dependencies.nix]
version = "0.19.1"

[dependencies.regex]
version = "1.4.2"

[dependencies.scan_fmt]
version = "0.2.5"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.indexmap]
version = "1.6.1"

[dev-dependencies.rand]
version = "0.8.0"

[lib]
crate-type = ["dylib", "rlib", "staticlib"]
name = "growthring"
path = "src/lib.rs"

[package]
authors = ["Determinant <tederminant@gmail.com>"]
description = "Simple and modular write-ahead-logging implementation."
edition = "2018"
homepage = "https://github.com/Determinant/growth-ring"
keywords = ["wal", "db", "futures"]
license = "MIT"
name = "growth-ring"
version = "0.2.2"
[profile.release]
lto = true