# 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.70" name = "fama" version = "0.3.6" description = "Pipeline Manager" readme = "README.md" keywords = [ "webdev", "web", "event", "pipeline", "pipeline-pattern", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/shiftrightonce/fama" [dependencies.async-trait] version = "0.1.68" [dependencies.busybody] version = "0.3.7" [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"]