# 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" rust-version = "1.78" name = "simple-middleware" version = "0.1.2" description = "General purpose middleware crate" readme = "README.md" keywords = [ "webdev", "web", "middleware", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/shiftrightonce/simple-middleware" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.27" [dependencies.tokio] version = "1.28.2" features = ["sync"] [dev-dependencies.tokio] version = "1.28.2" features = ["full"] [dev-dependencies.uuid] version = "1.3.4" features = ["v4"]