# 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 = "rustdis" version = "0.1.1" authors = [ "Christian Gill ", "Nicolas del Valle ", ] description = "A partial Redis server implementation intended purely for educational purposes" readme = "README.md" license = "MIT" [[bin]] name = "rustdis" path = "src/bin/server.rs" [dependencies.bytes] version = "1.5.0" [dependencies.futures] version = "0.3.30" [dependencies.glob-match] version = "0.2.1" [dependencies.strum] version = "0.26.2" [dependencies.strum_macros] version = "0.26.2" [dependencies.thiserror] version = "1.0.53" [dependencies.tokio] version = "1.35.0" features = ["full"] [dependencies.tokio-util] version = "0.7.10" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.uuid] version = "1.8.0" features = ["v4"]