# 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 = "2018" name = "zeronet_sign_derive" version = "0.1.9" authors = ["Ansho Rei "] description = "ZeroNet content signing" homepage = "http://www.github.com/Anshorei/zeronet_cryptography" documentation = "http://www.github.com/Anshorei/zeronet_cryptography" readme = "../zeronet_sign/README.md" license = "WTFPL" repository = "http://www.github.com/Anshorei/zeronet_cryptography" [lib] name = "zeronet_sign_derive" proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["parsing", "derive", "extra-traits"] [dependencies.zeronet_cryptography] version = "0.1.9" [dependencies.zeronet_sign] version = "0.1.9" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.serde_json] version = "1.0"