# 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 = "more-di-axum" version = "0.2.0" authors = ["Chris Martinez "] include = [ "*.rs", "!build.rs", "README.md", ] description = "Provides support dependency injection (DI) for Axum" homepage = "https://commonsensesoftware.github.io/more-rs-di-axum/" readme = "README.md" keywords = [ "more", "di", "dependency", "injection", "axum", ] license = "MIT" repository = "https://github.com/commonsensesoftware/more-rs-di-axum" [lib] name = "di_axum" path = "lib.rs" doctest = false [dependencies.axum] version = "0.7" default-features = false [dependencies.more-di] version = "3.1" features = ["async"] [dev-dependencies.axum] version = "0.7" features = [ "http1", "tokio", "tower-log", ] default-features = false [dev-dependencies.bytes] version = "1.0" [dev-dependencies.http] version = "1.0.0" [dev-dependencies.reqwest] version = "0.11.14" features = [ "json", "stream", "multipart", ] default-features = false [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "rt-multi-thread", "net", "test-util", ] package = "tokio" [dev-dependencies.tower] version = "0.4" features = ["util"] default-features = false [dev-dependencies.tower-service] version = "0.3"