[package]
edition = "2021"
name = "ethos-bitcoind"
version = "30.2.2"
authors = ["Ethos Developers"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generated client for ethos-bitcoind."
homepage = "https://github.com/nervana21/ethos"
documentation = "https://docs.rs/ethos-bitcoind"
readme = "README.md"
keywords = [
"bitcoin",
"protocol",
"compiler",
"integration-testing",
]
categories = [
"cryptography",
"data-structures",
"api-bindings",
]
license = "CC0-1.0"
repository = "https://github.com/nervana21/ethos"
[features]
blockchain = []
control = []
core = []
default = [
"blockchain",
"core",
"network",
"rawtransaction",
"util",
]
full = [
"blockchain",
"control",
"core",
"mining",
"network",
"rawtransaction",
"signer",
"util",
"wallet",
]
mining = []
network = []
rawtransaction = []
serde-deny-unknown-fields = []
signer = []
util = []
wallet = []
[lib]
name = "ethos_bitcoind"
path = "src/lib.rs"
[[example]]
name = "basic"
path = "examples/basic.rs"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.base64]
version = "0.22"
[dependencies.bitcoin]
version = "0.32.8"
features = [
"rand",
"serde",
]
[dependencies.bitreq]
version = "0.3.1"
features = ["async-https"]
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.145"
features = ["preserve_order"]
[dependencies.tempfile]
version = "3.23.0"
[dependencies.thiserror]
version = "2.0.17"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.tracing]
version = "0.1.41"