# 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 = "sha1-macros" version = "1.0.0" authors = ["Xoddiel d'Croy "] description = "Macros for computing SHA1 hashes at compile-time" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/xoddiel/sha1-macros" [lib] proc-macro = true [dependencies.base64] version = "0.22.0" [dependencies.hex] version = "0.4.3" [dependencies.sha1] version = "0.10.6" [dependencies.syn] version = "2.0.58" [dev-dependencies.hex-literal] version = "0.4.1"