# 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 = "springtime" version = "1.0.3" authors = ["Kamil Rojewski "] description = "Dependency injection based application bootstrapping and execution crate." documentation = "https://docs.rs/springtime" readme = "README.md" keywords = [ "di", "dependency-injection", "spring", "framework", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/krojew/springtime" [[example]] name = "00-basic-app" required-features = ["async"] [[example]] name = "01-config" required-features = ["async"] [[example]] name = "02-priorities" required-features = ["async"] [dependencies.config] version = "0.14.0" [dependencies.derive_more] version = "0.99.17" [dependencies.futures] version = "0.3.29" optional = true [dependencies.serde] version = "1.0.159" [dependencies.springtime-di] version = "1.0.0" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"] optional = true [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.tokio] version = "1.34.0" features = [ "rt", "macros", "rt-multi-thread", ] [features] async = [ "springtime-di/async", "threadsafe", "futures", ] default = ["async"] threadsafe = ["springtime-di/threadsafe"]