# 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 = "zebra-script" version = "1.0.0-beta.42" authors = ["Zcash Foundation "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Zebra script verification wrapping zcashd's zcash_script library" homepage = "https://zfnd.org/zebra/" readme = "README.md" keywords = [ "zebra", "zcash", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ZcashFoundation/zebra" [lib] name = "zebra_script" path = "src/lib.rs" [dependencies.thiserror] version = "1.0.64" [dependencies.zcash_script] version = "0.2.0" [dependencies.zebra-chain] version = "1.0.0-beta.42" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.zebra-test] version = "1.0.0-beta.42"