# 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 = "ioc" version = "0.12.0" authors = ["Felix Köpge "] description = "An Inversion-of-Control library in Rust." documentation = "https://docs.rs/ioc" readme = "README.md" keywords = ["inversion", "control", "dependency", "injection", "di"] categories = ["data-structures", "rust-patterns"] license = "MIT" repository = "https://github.com/fkoep/ioc-rs" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.53" [dependencies.downcast] version = "0.11.0" [dependencies.futures] version = "0.3.21" [dependencies.once_cell] version = "1.8.0" [dependencies.variadic_generics] version = "0.1.2" [features] async = [] default = ["async"]