[package] name = "bitcoin-cash-script-macro" version = "1.0.0-beta.0" authors = ["tobiasruck "] edition = "2018" license = "MIT" description = "A procedual macro to ease writing bitcoin cash scripts, base library for the bitcoin-cash library" homepage = "https://github.com/be-cash/bitcoin-cash" documentation = "https://github.com/be-cash/bitcoin-cash" repository = "https://github.com/be-cash/bitcoin-cash" [lib] proc-macro = true [dependencies] bitcoin-cash-base = {path="../bitcoin-cash-base", version="1.0.0-beta.0"} syn = {version="1.0", features=["full"]} quote = "1.0" proc-macro2 = "1.0" toolchain_find = "0.1" tempfile = "3.1" regex = "1.4" [dev-dependencies] bitcoin-cash = {path="../bitcoin-cash", version="0"} pretty_assertions = "0.6" hex = "0.4"