# 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 = "proc-hash"
version = "0.1.3"
description = "Embed hashed strings at compile time"
readme = "README.md"
keywords = [
    "hash",
    "macro",
]
categories = ["development-tools::build-utils"]
license-file = "LICENSE"
repository = "https://github.com/lucascherzer/proc-hash"

[lib]
proc-macro = true

[dependencies.blake2]
version = "0.10.6"

[dependencies.docify]
version = "0.2.9"

[dependencies.hex]
version = "0.4.3"

[dependencies.md5]
version = "0.7.0"

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.sha3]
version = "0.10.8"

[dependencies.syn]
version = "2.0.98"

[dependencies.whirlpool]
version = "0.10.4"