# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "digibyte" version = "0.27.3" authors = ["Andrew Poelstra ", "Gary Mckee "] description = "General purpose library for using and interoperating with DigiByte and other cryptocurrencies." homepage = "https://github.com/digicontributer/rust-digibyte/" documentation = "https://docs.rs/bitcoin/" readme = "README.md" keywords = ["crypto", "digibyte"] license = "CC0-1.0" repository = "https://github.com/digicontributer/rust-digibyte/" [dependencies.base64-compat] version = "1.0.0" optional = true [dependencies.bech32] version = "0.7.2" [dependencies.bitcoin_hashes] version = "0.9.1" [dependencies.bitcoinconsensus] version = "0.19.0-1" optional = true [dependencies.secp256k1] version = "0.20.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1.3.1" [dev-dependencies.ryu] version = "<1.0.5" [dev-dependencies.secp256k1] version = "0.20.0" features = ["recovery", "rand-std"] [dev-dependencies.serde_json] version = "<1.0.45" [dev-dependencies.serde_test] version = "1" [features] base64 = ["base64-compat"] default = ["secp-recovery"] fuzztarget = ["bitcoin_hashes/fuzztarget"] rand = ["secp256k1/rand-std"] secp-lowmemory = ["secp256k1/lowmemory"] secp-recovery = ["secp256k1/recovery"] unstable = [] use-serde = ["serde", "bitcoin_hashes/serde", "secp256k1/serde"]