# 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 = "bellscoin" version = "0.30.6" authors = ["Nintondo"] build = "build.rs" exclude = [ "tests", "contrib", ] autobins = false autoexamples = false autotests = false autobenches = false description = "General purpose library for using and interoperating with Bellscoin." homepage = "https://github.com/Nintondo/rust-bellscoin/" documentation = "https://docs.rs/bellscoin/" readme = "README.md" keywords = [ "crypto", "bitcoin", ] categories = ["cryptography::cryptocurrencies"] license = "CC0-1.0" repository = "https://github.com/Nintondo/rust-bellscoin/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "bellscoin" path = "src/lib.rs" [dependencies.actual-serde] version = "1.0.103" features = [ "derive", "alloc", ] optional = true default-features = false package = "serde" [dependencies.base64] version = "0.13.0" optional = true [dependencies.bech32] version = "0.9.0" default-features = false [dependencies.bitcoin-internals] version = "0.1.0" package = "bitcoin-private" [dependencies.bitcoin_hashes] version = "0.12.0" default-features = false [dependencies.bitcoinconsensus] version = "0.20.2-0.5.0" optional = true default-features = false [dependencies.core2] version = "0.3.0" features = ["alloc"] optional = true default-features = false [dependencies.hex] version = "0.2.0" features = ["alloc"] default-features = false package = "hex-conservative" [dependencies.hex_lit] version = "0.1.1" [dependencies.secp256k1] version = "0.27.0" features = ["bitcoin_hashes"] default-features = false [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.serde_derive] version = "1.0.103" [dev-dependencies.serde_json] version = "1.0.0" [dev-dependencies.serde_test] version = "1.0.19" [features] bitcoinconsensus-std = [ "bitcoinconsensus/std", "std", ] default = [ "std", "secp-recovery", ] no-std = [ "core2", "bitcoin_hashes/alloc", "bitcoin_hashes/core2", "secp256k1/alloc", ] rand = ["secp256k1/rand"] rand-std = ["secp256k1/rand-std"] secp-lowmemory = ["secp256k1/lowmemory"] secp-recovery = ["secp256k1/recovery"] serde = [ "actual-serde", "bitcoin_hashes/serde", "secp256k1/serde", ] std = [ "secp256k1/std", "bitcoin_hashes/std", "bech32/std", "bitcoin-internals/std", ] [target."cfg(mutate)".dev-dependencies]