[package] name = "swipl-macros" version = "0.3.8" authors = ["Matthijs van Otterdijk "] edition = "2018" license = "Apache-2.0/MIT" description = "Macro crate for swipl-rs" repository = "https://github.com/terminusdb-labs/swipl-rs/" documentation = "https://terminusdb-labs.github.io/swipl-rs/swipl_macros/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] quote = "1.0" syn = {version="2.0", features=["parsing","full"]} proc-macro2 = "1.0" proc-macro-crate = "1.3.1"