[package]
edition = "2021"
name = "auto-registry"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic registration using proc macros"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ef3d0c3e/auto-registry"
[lib]
name = "auto_registry"
path = "src/lib.rs"
doctest = false
proc-macro = true
[[test]]
name = "tests"
path = "tests/tests.rs"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
features = ["full"]