# 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" name = "bdk_persist" version = "0.3.0" authors = ["Bitcoin Dev Kit Developers"] description = "Types that define data persistence of a BDK wallet" homepage = "https://bitcoindevkit.org" documentation = "https://docs.rs/bdk_persist" readme = "README.md" keywords = [ "bitcoin", "wallet", "persistence", "database", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bitcoindevkit/bdk" [dependencies.anyhow] version = "1" default-features = false [dependencies.bdk_chain] version = "0.15.0" default-features = false [features] default = [ "bdk_chain/std", "miniscript", ] miniscript = ["bdk_chain/miniscript"] serde = ["bdk_chain/serde"]