# 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 = "hashfn" version = "0.2.0" authors = ["Tyrone Tudehope "] description = "A procedural macro to generate a hash representation of a function as a string slice" documentation = "https://docs.rs/hashfn" readme = "README.md" categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/johnnynotsolucky/hashfn" [lib] proc-macro = true [dependencies.quote] version = "1.0.18" [dependencies.sha2] version = "0.10.2" [dependencies.syn] version = "1.0.93" features = ["full"]