auto-di 0.2.0

Ergonomic async-aware automatic 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"
rust-version = "1.85"
name = "auto-di"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic async-aware automatic dependency injection for Rust"
documentation = "https://docs.rs/auto-di"
readme = "README.md"
keywords = [
    "dependency-injection",
    "di",
    "async",
    "inventory",
    "macros",
]
categories = [
    "development-tools",
    "asynchronous",
]
license = "MIT"

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

[[example]]
name = "showcase"
path = "examples/showcase.rs"

[dependencies.auto-di-macros]
version = "0.2.0"

[dependencies.inventory]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
]