[dependencies.convert_case]
version = "0.8"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[dev-dependencies.inventory]
version = "0.3"
[dev-dependencies.test-case]
version = "3"
[dev-dependencies.trybuild]
version = "1"
[lib]
name = "dyn_inventory"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Joshua Auchincloss <joshua.auchincloss@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "proc macro for building runtime plugin registries using dyn-compatible traits and the inventory crate."
edition = "2024"
license = "MIT"
name = "dyn-inventory"
readme = "README.md"
repository = "https://github.com/joshua-auchincloss/dyn-inventory.git"
version = "0.1.0"
[[test]]
name = "test_compile_fail"
path = "tests/test_compile_fail.rs"
[[test]]
name = "test_inventory"
path = "tests/test_inventory.rs"
[[test]]
name = "test_inventory_short"
path = "tests/test_inventory_short.rs"