# 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" rust-version = "1.70.0" name = "yadir" version = "0.3.2" authors = ["Sami Barbut-Dica"] description = "Yet Another Dependency Injection Registry for Rust" homepage = "https://github.com/WarriorsSami/yadir" readme = "README.md" keywords = [ "dependency-injection", "registry", "runtime", ] categories = ["rust-patterns"] license-file = "LICENSE" repository = "https://github.com/WarriorsSami/yadir" [dependencies.async-trait] version = "0.1.51" [dependencies.claim] version = "0.5.0" [dependencies.dyn-clone] version = "1.0.17" [dependencies.tokio] version = "1.38.1" features = ["full"] default-features = false [dependencies.yadir_derive] version = "0.1.5" optional = true [dev-dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.yadir_derive] version = "0.1.5" [features] derive = ["dep:yadir_derive"]