# 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 = "simple-api" version = "0.1.0" description = "A simple web framework for learing Rust" homepage = "https://github.com/Xyc2016/simple-api" readme = "README.md" keywords = [ "web", "framework", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/Xyc2016/simple-api" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.72" [dependencies.base64] version = "0.21.2" [dependencies.cookie] version = "0.17" features = ["private"] [dependencies.digest] version = "0.9.0" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.hmac] version = "0.12" [dependencies.hyper] version = "0.14" features = ["full"] [dependencies.mime_guess] version = "2.0.4" [dependencies.once_cell] version = "1.18.0" [dependencies.redis] version = "0.23.0" features = ["tokio-comp"] [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.7" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.4.0" [dependencies.uuid] version = "1.4" features = ["v4"]