# 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 = "2018" name = "growth-ring" version = "0.3.1" authors = ["Determinant "] description = "Simple and modular write-ahead-logging implementation." homepage = "https://github.com/Determinant/growth-ring" keywords = [ "wal", "db", "futures", ] license = "MIT" [profile.release] lto = true [lib] name = "growthring" crate-type = [ "dylib", "rlib", "staticlib", ] path = "src/lib.rs" [dependencies.async-trait] version = "0.1.77" [dependencies.crc] version = "3.0.1" [dependencies.futures] version = "0.3.30" [dependencies.libaio-futures] version = "0.2.3" [dependencies.libc] version = "0.2.153" [dependencies.lru] version = "0.12.2" [dependencies.nix] version = "0.27.1" features = ["dir"] [dependencies.regex] version = "1.10.3" [dependencies.scan_fmt] version = "0.2.6" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.indexmap] version = "2.2.2" [dev-dependencies.rand] version = "0.8.5"