[package] name = "junglefowl-macros" version = "0.1.1" authors = ["Will Sturgeon "] edition = "2021" description = "Macros for type-level mathematical computation." license = "LGPL-3.0-or-later" repository = "https://github.com/wrsturgeon/junglefowl" readme = "README.md" keywords = ["types", "proofs", "math", "logic", "metaprogramming"] categories = ["mathematics", "encoding", "algorithms", "compilers", "data-structures"] [lib] proc-macro = true [dependencies] proc-macro2 = ">=1" quote = ">=1" syn = { version = ">=2", features = ["full"] }