# 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" rust-version = "1.63.0" name = "bdk_kyoto" version = "0.3.0" authors = [ "Rob ", "Bitcoin Dev Kit Developers", ] description = "BDK blockchain integration using P2P light client Kyoto" documentation = "https://docs.rs/bdk-kyoto" readme = "README.md" keywords = [ "bitcoin", "peer-to-peer", "light-client", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk-kyoto" [[example]] name = "signet" required-features = [ "rusqlite", "callbacks", ] [[example]] name = "wallet" required-features = [ "wallet", "trace", "rusqlite", "callbacks", ] [[example]] name = "events" required-features = [ "wallet", "rusqlite", "events", ] [dependencies.bdk_chain] version = "0.20.0" [dependencies.bdk_wallet] version = "1.0.0-beta.5" optional = true [dependencies.kyoto-cbf] version = "0.5.0" features = ["dns"] default-features = false [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-subscriber] version = "0.3" optional = true [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.bdk_testenv] version = "0.9.0" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.tokio] version = "1.37" features = ["full"] default-features = false [dev-dependencies.tracing] version = "0.1" [dev-dependencies.tracing-subscriber] version = "0.3" [features] callbacks = [] default = [ "wallet", "rusqlite", "events", "callbacks", "trace", ] events = [] rusqlite = ["kyoto-cbf/database"] trace = [ "tracing", "tracing-subscriber", ] wallet = ["bdk_wallet"]