[package] name = "ioc_container_rs" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "IoC container" homepage = "https://github.com/kotletti/ioc_container_rs" repository = "https://github.com/kotletti/ioc_container_rs" readme = "../../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "1.41.1", features = ["macros", "sync"] } async-trait = "0.1.83"