# 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-rs" version = "0.0.6" description = "A rust utility library for the Firefly key-value pair database." readme = "README.md" license = "MIT" [dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.fastrand] version = "1.8" [dev-dependencies.futures] version = "0.3" [dev-dependencies.redis] version = "0.22" [dev-dependencies.skytable] version = "0.7" features = [ "tokio", "aio", ] [dev-dependencies.uuid] version = "1.1" features = ["v4"]