[package] name = "encryption-macros-encryption" version = "0.1.2" edition = "2021" 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" encryption-macros-utils = { path = "../../utils", version="^0.1" } hex = "0.4.3" [lib] proc-macro = true