beany_codegen 0.1.0

Lighweight DI container for Rust in spring style
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "beany_codegen"
path = "src/lib.rs"
proc-macro = true

[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 = "2021"
license = "MIT"
name = "beany_codegen"
readme = false
repository = "https://github.com/actixboot/beany"
version = "0.1.0"