rust_di 3.0.1

DI — Dependency Injection for Rust
Documentation
# 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 = "2024"
name = "rust_di"
version = "3.0.1"
authors = ["Bordunos Pavel <bordunos.p@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DI — Dependency Injection for Rust"
readme = "README.md"
keywords = [
    "di",
    "Singleton",
    "Scoped",
    "Transient",
    "Task-local",
]
categories = [
    "concurrency",
    "config",
    "data-structures",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/bordunosp/rust_di"

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

[dependencies.arc-swap]
version = "1.7"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "7.0.0-rc2"

[dependencies.di_macros]
version = "4.1"

[dependencies.inventory]
version = "0.3"

[dependencies.once_cell]
version = "1.21"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3