[package] name = "crystal_ball_derive" version = "0.3.0" authors = ["Philipp Dobler ", "Green Lemonade "] edition = "2021" description = "Derive macros for Crystal Ball." homepage = "https://gitlab.com/netzwerk2/crystal_ball" repository = "https://gitlab.com/netzwerk2/crystal_ball" documentation = "https://docs.rs/crystal_ball_derive" license = "LGPL-3.0" autotests = false [lib] proc-macro = true [[test]] name = "tests" path = "tests/all.rs" [dev-dependencies.trybuild] version = "1.0.49" features = ["diff"] [dev-dependencies.crystal_ball] path = "../" [dependencies] proc-macro-crate = "3.1.0" syn = "2.0" proc-macro2 = "1.0" quote = "1.0"