# 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 = "rudis-http" version = "0.2.0" authors = ["Lorenzo Cao "] description = "A minial Redis server with HTTP interface" readme = "README.md" keywords = [ "redis", "http", "server", ] categories = [ "database", "network-programming", "http", "server", ] license = "MIT" repository = "https://github.com/lorenzoc25/rudis" [dependencies.bytes] version = "1" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.crossbeam-utils] version = "0.8" [dependencies.httparse] version = "1" [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.13.0" features = ["full"]