# 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 = "2018" name = "aerosol" version = "1.0.0" authors = ["Diggory Blake "] description = "Simple dependency injection for Rust" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/Diggsey/aerosol" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0" [dependencies.anymap] version = "1.0.0" features = ["hashbrown"] package = "anymap3" [dependencies.async-trait] version = "0.1" optional = true [dependencies.axum] version = "0.7.5" optional = true [dependencies.axum-extra] version = "0.9.3" features = ["cookie-private"] optional = true [dependencies.frunk] version = "0.4.2" [dependencies.parking_lot] version = "0.12.1" [dependencies.thiserror] version = "1.0" optional = true [dependencies.tracing] version = "0.1" optional = true [dev-dependencies.tokio] version = "1.0" features = ["macros"] [features] async = ["async-trait"] axum = [ "dep:axum", "async", "tracing", "thiserror", ] axum-extra = [ "axum", "dep:axum-extra", ] default = []