# 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 = "bitcoin-tx-verify" version = "0.1.2" authors = ["benthecarman "] exclude = [ "depends/bitcoin/src/tests/*", "depends/bitcoin/src/bench/*", "depends/bitcoin/src/qt/*", "depends/bitcoin/test/*", "*.py", "*.json", "!depends/bitcoin/test/config.ini.in", "!depends/bitcoin/contrib/filter-lcov.py", "!depends/bitcoin/test/functional/test_runner.py", "!depends/bitcoin/test/fuzz/test_runner.py", "!depends/bitcoin/test/util/test_runner.py", "!depends/bitcoin/test/util/rpcauth-test.py", "!depends/bitcoin/src/qt/Makefile", "!depends/bitcoin/src/qt/test/Makefile", ] description = "Minimal bitcoin transaction verifier with OP_CAT support" homepage = "https://github.com/taproot-wizards/bitcoin-tx-verify" documentation = "https://docs.rs/bitcoin-tx-verify" readme = "README.md" license = "MIT" repository = "https://github.com/taproot-wizards/bitcoin-tx-verify" [dependencies.bitcoin] version = "0.32.2" features = [ "rand", "serde", ] [dependencies.libc] version = "0.2.155" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.bitcoin] version = "0.32.2" features = ["bitcoinconsensus"] [dev-dependencies.rand] version = "0.8.5" [build-dependencies.cc] version = "1.0.101"