[dependencies.tracing]
optional = true
version = "0.1.41"
[features]
default = ["thread-safe", "tracing"]
thread-safe = []
tracing = ["dep:tracing"]
[lib]
name = "sadi"
path = "src/lib.rs"
[package]
authors = ["João Pedro Martins <mjoaopedro61@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Semi-Automatic Dependency Injector"
edition = "2024"
homepage = "https://github.com/JoaoPedro61/sadi"
keywords = ["dependency-injection", "di", "sadi", "semi-automatic", "axum-di"]
license-file = "LICENSE"
name = "sadi"
readme = "README.md"
repository = "https://github.com/JoaoPedro61/sadi"
resolver = "2"
version = "0.2.2"