rudi-macro-dev 0.1.3

Macros for Rudi.
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 = "2021"
name = "rudi-macro-dev"
version = "0.1.3"
authors = ["zihan <ZihanType@proton.me>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for Rudi."
homepage = "https://github.com/ZihanType/rudi"
readme = "README.md"
keywords = [
    "dependency-injection",
    "ioc",
    "di",
    "dependency",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/ZihanType/rudi"

[features]
auto-register = []
default = ["auto-register"]

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

[dependencies.from-attr]
version = "0.1"
default-features = false

[dependencies.next-web-core]
version = "0.1.5"

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1"
default-features = false

[dependencies.rudi-core]
version = "0.1.0"

[dependencies.syn]
version = "2"
features = [
    "extra-traits",
    "parsing",
    "proc-macro",
    "printing",
    "full",
]
default-features = false

[dev-dependencies.rudi-dev]
version = "0.8.7"
features = [
    "rudi-macro-dev",
    "auto-register",
]
default-features = false

[dev-dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dev-dependencies.tokio]
version = "1.44.1"
features = [
    "rt-multi-thread",
    "macros",
]