[package]
name = "zebra-script"
version = "3.0.2"
authors = ["Zcash Foundation <zebra@zfnd.org>"]
description = "Zebra script verification wrapping zcashd's zcash_script library"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/zebra"
edition = "2021"
readme = "../README.md"
homepage = "https://zfnd.org/zebra/"
keywords = ["zebra", "zcash"]
categories = ["api-bindings", "cryptography::cryptocurrencies"]
[features]
default = []
comparison-interpreter = []
[dependencies]
libzcash_script = { workspace = true }
zcash_script = { workspace = true }
zcash_primitives = { workspace = true }
zebra-chain = { path = "../zebra-chain", version = "4.0.0" }
thiserror = { workspace = true }
[dev-dependencies]
hex = { workspace = true }
lazy_static = { workspace = true }
zebra-test = { path = "../zebra-test", version = "2.0.1" }
[lints]
workspace = true