[package] name = "libcrux-macros" description = "Macros needed in libcrux" version = "0.0.3" authors.workspace = true license.workspace = true homepage.workspace = true edition.workspace = true repository.workspace = true readme.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0.37" syn = { version = "2.0.89", features = ["full"] } [lib] proc-macro = true