# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "iota-sc-hname-generator" version = "1.1.6" authors = ["Th3B0Y "] description = "Generates hashes for function, parameter,and variable names necessary to work with IOTA Smart contracts" keywords = ["iota", "smart-contract", "smartcontract", "hname", "cryptocurrency"] categories = ["cryptography::cryptocurrencies", "algorithms", "development-tools"] license = "MIT" repository = "https://github.com/brunoamancio/IOTA-SC-HName-Generator/" [lib] proc-macro = true [dependencies.blake2] version = "0.9.1" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "^1.0.61"