# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "encrust-macros" version = "0.1.1" authors = ["Emil Taylor Bye "] description = "Proc and derive macros for the encrust crate" readme = "README.md" keywords = ["obfuscation"] categories = ["no-std"] license = "MIT" repository = "https://github.com/emiltayl/encrust/" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.chacha20] version = "0.9.1" [dependencies.encrust-core] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.67" [dependencies.quote] version = "1.0.33" [dependencies.rand] version = "0.8.5" [dependencies.syn] version = "2.0.33" features = [ "derive", "parsing", "printing", "proc-macro", ] default-features = false [dev-dependencies.zeroize] version = "1.6.0"