# 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 = "merkle_light_derive" version = "0.4.0" authors = ["Ivan Prisyazhnyy "] description = "#[derive(Hashable)] for light merkle tree Hashable" homepage = "https://github.com/sitano/merkle_light" readme = "README.md" keywords = [ "merkle", "merkle-tree", ] categories = [ "data-structures", "cryptography", ] license = "BSD-3-Clause" repository = "https://github.com/sitano/merkle_light" [package.metadata.release] sign-commit = true upload-doc = true doc-branch = "gh-pages" pre-release-commit-message = "Release version {{version}}." pro-release-commit-message = "Start next development iteration {{version}}." tag-message = "Release version {{version}}." doc-commit-message = "Update documentation." dev-version-ext = "pre" [lib] name = "merkle_light_derive" proc-macro = true [dependencies.merkle_light] version = "^0.4" [dependencies.quote] version = "0.3.15" [dependencies.syn] version = "0.11.11"