# 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 = "zcash_script" version = "0.2.0" authors = [ "Tamas Blummer ", "Zcash Foundation ", ] build = "build.rs" include = [ "Cargo.toml", "/LICENSE", "/README.md", "build.rs", "src/*.rs", "/depend/check_uint128_t.c", "/depend/zcash/src/amount.cpp", "/depend/zcash/src/amount.h", "/depend/zcash/src/compat/byteswap.h", "/depend/zcash/src/compat/endian.h", "/depend/zcash/src/consensus/consensus.h", "/depend/zcash/src/crypto/common.h", "/depend/zcash/src/crypto/ripemd160.cpp", "/depend/zcash/src/crypto/ripemd160.h", "/depend/zcash/src/crypto/sha1.cpp", "/depend/zcash/src/crypto/sha1.h", "/depend/zcash/src/crypto/sha256.cpp", "/depend/zcash/src/crypto/sha256.h", "/depend/zcash/src/hash.h", "/depend/zcash/src/key_constants.h", "/depend/zcash/src/prevector.h", "/depend/zcash/src/primitives/transaction.h", "/depend/zcash/src/pubkey.cpp", "/depend/zcash/src/pubkey.h", "/depend/zcash/src/script/interpreter.cpp", "/depend/zcash/src/script/interpreter.h", "/depend/zcash/src/script/script_error.cpp", "/depend/zcash/src/script/script_error.h", "/depend/zcash/src/script/script.cpp", "/depend/zcash/src/script/script.h", "/depend/zcash/src/script/zcash_script.cpp", "/depend/zcash/src/script/zcash_script.h", "/depend/zcash/src/secp256k1/", "/depend/zcash/src/serialize.h", "/depend/zcash/src/tinyformat.h", "/depend/zcash/src/uint256.cpp", "/depend/zcash/src/uint256.h", "/depend/zcash/src/util/strencodings.cpp", "/depend/zcash/src/util/strencodings.h", "/depend/zcash/src/version.h", ] description = "ffi bindings to zcashd's zcash_script library" documentation = "https://docs.rs/zcash_script" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ZcashFoundation/zcash_script" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "Unreleased" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "src/lib.rs" replace = "#![doc(html_root_url = \"https://docs.rs/{{crate_name}}/{{version}}\")]" search = '#!\[doc\(html_root_url.*' [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "...{{tag_name}}" search = '\.\.\.HEAD' [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = "{{date}}" search = "ReleaseDate" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ ## [Unreleased] - ReleaseDate""" search = "" [[package.metadata.release.pre-release-replacements]] exactly = 1 file = "CHANGELOG.md" replace = """ [Unreleased]: https://github.com/ZcashFoundation/{{crate_name}}/compare/{{tag_name}}...HEAD""" search = "" [lib] name = "zcash_script" path = "src/lib.rs" [dependencies] [dev-dependencies.hex] version = ">= 0.4.3" [dev-dependencies.lazy_static] version = "1.4.0" [build-dependencies.bindgen] version = ">= 0.64.0" [build-dependencies.cc] version = "1.0.94" features = ["parallel"] [features] external-secp = []