# 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 = "2018" name = "libbitcoin" version = "0.3.0" authors = ["Dr Maxim Orlovsky "] description = "C library for building descriptor-based bitcoin wallets" homepage = "https://lnp-bp.org" readme = "README.md" keywords = [ "bitcoin", "wallet", "cryptocurrency", "cryptography", "bip32", ] categories = [ "cryptography::cryptocurrencies", "encoding", "parsing", ] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/descriptor-wallet" [dependencies.amplify] version = "3" [dependencies.amplify_derive] version = "2.4" [dependencies.bip39] version = "1.0.1" [dependencies.bitcoin] version = "0.28.0" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.rand] version = "0.8.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "1.5" [dependencies.serde_with_macros] version = "1.4.2"