# 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 = "firewood-growth-ring" version = "0.0.2" description = "Simple and modular write-ahead-logging implementation." keywords = [ "wal", "db", "futures", ] license = "MIT" resolver = "1" [lib] name = "growthring" crate-type = [ "dylib", "rlib", "staticlib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.57" [dependencies.bytemuck] version = "1.13.1" features = ["derive"] [dependencies.crc] version = "3.0.0" [dependencies.firewood-libaio] version = "0.0.2" package = "firewood-libaio" [dependencies.futures] version = "0.3.24" [dependencies.libc] version = "0.2.133" [dependencies.lru] version = "0.10.0" [dependencies.nix] version = "0.26.2" [dependencies.regex] version = "1.6.0" [dependencies.scan_fmt] version = "0.2.6" [dependencies.thiserror] version = "1.0.40" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.indexmap] version = "1.9.1" [dev-dependencies.rand] version = "0.8.5"