# 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 = "app-frame" version = "0.3.1" description = "Compile-time dependency-injected application framework with a service orchestrator." readme = "README.md" keywords = [ "dependency", "injection", "inject", "framework", "service", ] categories = [ "config", "rust-patterns", "development-tools", "web-programming", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dnut/app-frame" [lib] name = "app_frame" crate-type = ["lib"] path = "src/lib.rs" [dependencies.anyhow] version = "1.0" features = ["backtrace"] [dependencies.async-trait] version = "0.1.64" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14.26" features = ["full"] [dependencies.ordered-float] version = "3.6.0" [dependencies.parking_lot] version = "0.12" features = ["send_guard"] [dependencies.priority-queue] version = "1.3.1" [dependencies.regex] version = "1.8.3" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" features = ["log"]