[package] name = "hacspec-attributes" version = "0.1.0-beta.1" authors = ["Denis Merigoux "] edition = "2018" description = "hacspec attributes" readme = "Readme.md" license = "MIT OR Apache-2.0" repository = "https://github.com/hacspec/hacspec" [lib] proc-macro = true [dependencies] syn = { version = "1.0.17", features= ["full", "visit"] } proc-macro2 = { version = "1.0.10", features = ["span-locations"] } ansi_term = "0.12.1" quote = "1.0" serde = "1.0" serde_json = "1.0" hacspec-util = { path = "../util", version = "0.1.0-beta.1" } [features] default = [] print_attributes = [] update_allowlist = [ "print_attributes" ]