# 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 = "busstop" version = "0.2.2" description = "A command and query bus" readme = "README.md" keywords = [ "webdev", "web", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/shiftrightonce/busstop" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.simple-middleware] version = "0.1" [dependencies.tokio] version = "1.36" features = ["sync"] [dev-dependencies.rand] version = "0.8" [dev-dependencies.simple_logger] version = "5.0" [dev-dependencies.tokio] version = "1.36" features = ["full"]