[package] name = "cryptraits-macros" license = "MIT" version = "0.1.0" edition = "2021" authors = ["Oleksandr Yermakov "] categories = ["cryptography"] keywords = ["crypto", "cryptography"] description = "Cryptographic primitives traits macros implementation." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0" quote = "1.0"