[dependencies.libzcash_script]
version = "0.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.zcash_primitives]
version = "0.26"
[dependencies.zcash_script]
version = "0.4.2"
[dependencies.zebra-chain]
version = "4.0.0"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.lazy_static]
version = "1.4"
[dev-dependencies.zebra-test]
version = "2.0.1"
[features]
comparison-interpreter = []
default = []
[lib]
name = "zebra_script"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tokio_unstable)", 'cfg(zcash_unstable, values("zfuture", "nu6.1", "nu7"))']
level = "warn"
priority = 0
[package]
authors = ["Zcash Foundation <zebra@zfnd.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Zebra script verification wrapping zcashd's zcash_script library"
edition = "2021"
homepage = "https://zfnd.org/zebra/"
keywords = ["zebra", "zcash"]
license = "MIT OR Apache-2.0"
name = "zebra-script"
readme = "README.md"
repository = "https://github.com/ZcashFoundation/zebra"
version = "3.0.2"