[package] name = "bevy-contrib-inspector-derive" version = "0.5.0" authors = ["Jakob Hellermann "] edition = "2018" license = "MIT" description = "Implementation detail of the `bevy-contrib-inspector` crate" repository = "https://github.com/jakobhellermann/bevy-contrib-inspector" [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0" proc-macro2 = "1.0"