bitcoin-capnp-types 0.2.1

Auto-generated types according to Bitcoin Core Cap'n Proto schemas
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"
rust-version = "1.85.0"
name = "bitcoin-capnp-types"
version = "0.2.1"
authors = ["Rob <rob@2140.dev>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-generated types according to Bitcoin Core Cap'n Proto schemas"
readme = "README.md"
keywords = ["bitcoin"]
categories = ["cryptography::cryptocurrencies"]
license = "CC0-1.0"
repository = "https://github.com/2140-dev/bitcoin-capnp-types.git"

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.capnp]
version = "0.25.0"

[dependencies.capnp-rpc]
version = "0.25.0"

[dev-dependencies.futures]
version = "0.3.0"

[dev-dependencies.serde]
version = "1"
features = ["derive"]

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

[dev-dependencies.serial_test]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "net",
    "macros",
    "io-util",
    "time",
]

[dev-dependencies.tokio-util]
version = "0.7.16"
features = ["compat"]

[build-dependencies.capnpc]
version = "0.25.0"