beany 0.1.5

Lighweight DI container for Rust in spring style
Documentation
[dependencies.beany_codegen]
version = "0.1.3"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.tokio]
features = ["sync"]
version = "1"

[dev-dependencies.tokio]
features = ["macros", "rt"]
version = "1"

[lib]
name = "beany"
path = "src/lib.rs"

[package]
authors = ["Dawid Ratajczak"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Lighweight DI container for Rust in spring style"
edition = "2024"
license = "MIT"
name = "beany"
readme = false
repository = "https://github.com/actixboot/beany"
version = "0.1.5"