tapyrus 0.5.0

General purpose library for using and interoperating with Tapyrus.
Documentation
# 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 = "2024"
name = "tapyrus"
version = "0.5.0"
authors = [
    "Kohei Taniguchi <kohei@chaintope.com>",
    "Hajime Yamaguchi <h_yamaguchi@chaintope.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "General purpose library for using and interoperating with Tapyrus."
homepage = "https://github.com/chaintope/rust-tapyrus/"
readme = "README.md"
keywords = [
    "crypto",
    "tapyrus",
]
license = "MIT"
repository = "https://github.com/chaintope/rust-tapyrus/"

[features]
fuzztarget = ["bitcoin_hashes/fuzztarget"]
rand = ["secp256k1/rand"]
unstable = []
use-serde = [
    "serde",
    "bitcoin_hashes/serde",
    "secp256k1/serde",
]

[lib]
name = "tapyrus"
path = "src/lib.rs"

[[example]]
name = "handshake"
path = "examples/handshake.rs"

[dependencies.bitcoin_hashes]
version = "0.8.0"

[dependencies.bitcoinconsensus]
version = "0.19.0-1"
optional = true

[dependencies.rug]
version = "1.7.0"

[dependencies.secp256k1]
version = "0.22.2"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dev-dependencies.hex]
version = "=0.3.2"

[dev-dependencies.secp256k1]
version = "0.22.2"
features = ["rand-std"]

[dev-dependencies.serde_json]
version = "<1.0.45"

[dev-dependencies.serde_test]
version = "1"