# 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 = "gold-db" version = "0.2.0" authors = ["Alex Andrade Albuquerque "] include = [ "**/*.rs", "Cargo.toml", ] description = "Redis-like database made with Rust." homepage = "https://github.com/minsk-dev/gold" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/minsk-dev/gold" [dependencies.async-recursion] version = "1.0.0" [dependencies.bytes] version = "1.2.1" [dependencies.httparse] version = "1.8.0" [dependencies.json] version = "0.12.4" [dependencies.tokio] version = "1" features = ["full"]