[package] name = "transit_model_procmacro" version = "0.1.1" authors = ["Guillaume Pinot "] license = "AGPL-3.0-only" description = "A private procmacro crate for the transit_model crate" edition = "2018" autotests = false readme = "README.md" [lib] proc-macro = true [dependencies] syn = "0.11.11" quote = "0.3.15" [dev-dependencies] pretty_assertions = "0.6" trybuild = "1" transit_model = { path = "../" } typed_index_collection = "1" transit_model_relations = { path = "../relations" } [[test]] name = "tests" path = "tests/tests.rs"