forked from 2140-dev/bitcoin-capnp-types
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (21 loc) · 670 Bytes
/
Cargo.toml
File metadata and controls
24 lines (21 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "bitcoin-capnp-types"
version = "0.1.0"
edition = "2024"
authors = ["Rob <rob@2140.dev>"]
license = "CC0-1.0"
description = "Auto-generated types according to Bitcoin Core Cap'n Proto schemas"
repository = "https://github.com/2140-dev/bitcoin-capnp-types.git"
readme = "README.md"
keywords = ["bitcoin"]
categories = ["cryptography::cryptocurrencies"]
rust-version = "1.85.0"
[dependencies]
capnp = "0.25.0"
[build-dependencies]
capnpc = "0.25.0"
[dev-dependencies]
capnp-rpc = "0.25.0"
futures = "0.3.0"
tokio = { version = "1", features = ["rt-multi-thread", "net", "macros", "io-util"] }
tokio-util = { version = "0.7.16", features = ["compat"] }