# 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 = "ffly" version = "0.0.3" authors = ["Arthurdw "] description = "A \"blazingly\" fast key-value pair database without bloat written in rust." readme = "README.md" license = "MIT" [dependencies.anyhow] version = "1.0.69" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1.25.0" features = ["full"]