# 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 = "rudi" version = "0.8.3" authors = ["zihan "] include = [ "src/**/*", "Cargo.toml", ] description = "Rudi - an out-of-the-box dependency injection framework for Rust." homepage = "https://github.com/ZihanType/rudi" readme = "README.md" keywords = [ "dependency-injection", "ioc", "di", "dependency", ] license = "MIT/Apache-2.0" repository = "https://github.com/ZihanType/rudi" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.inventory] version = "0.3" optional = true default-features = false [dependencies.rudi-core] version = "0.1.0" default-features = false [dependencies.rudi-macro] version = "0.8.3" optional = true default-features = false [dependencies.tracing] version = "0.1" optional = true default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [features] auto-register = [ "dep:inventory", "rudi-macro?/auto-register", ] default = [ "rudi-macro", "auto-register", ] [lints.rust] missing_docs = "warn" private_bounds = "deny" private_interfaces = "deny" unreachable_pub = "deny" unsafe_code = "forbid" [lints.rustdoc] broken_intra_doc_links = "warn"