[package] name = "encryption-macros-key-generation" edition = "2021" version = "0.1.0" authors = ["Michael van Straten"] repository = "https://github.com/michaelvanstraten/encryption-macros" documentation = "https://docs.rs/encryption-macros/" categories = ["proc-macro"] description = "This crate belongs to the encryption-macros crate" license = "MIT OR Apache-2.0" [dependencies] quote = "1.0.10" litrs = "0.2.3" rand = "0.8.5" hex = "0.4.3" [lib] proc-macro = true