# 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 = "poem-middleware" version = "0.1.0" description = "supply middlewares that not find in offical" readme = "README.md" license = "MIT" repository = "https://github.com/jiaohu/poem-middlewares" [dependencies.base64] version = "0.22.1" [dependencies.chrono] version = "0.4.19" [dependencies.hmac] version = "0.12.1" [dependencies.poem] version = "3.0.0" features = [ "anyhow", "test", ] [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.0" features = [ "sync", "time", "macros", "net", ]