pexacoin 0.1.0

General purpose library for using and interoperating with Bitcoin and other cryptocurrencies.
Documentation
# 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 = "pexacoin"
version = "0.1.0"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "Ryan Hein <me@ryanhein.com>"]
description = "General purpose library for using and interoperating with Bitcoin and other cryptocurrencies."
homepage = "https://github.com/pexacoin/rust-pexacoin/"
documentation = "https://docs.rs/bitcoin/"
readme = "README.md"
keywords = ["crypto", "bitcoin", "pexacoin"]
license = "CC0-1.0"
repository = "https://github.com/pexacoin/rust-pexacoin/"

[lib]
name = "pexacoin"
path = "src/lib.rs"
[dependencies.bech32]
version = "0.7.1"

[dependencies.bitcoin_hashes]
version = "0.7"

[dependencies.bitcoinconsensus]
version = "0.17"
optional = true

[dependencies.byteorder]
version = "1.2"

[dependencies.hex]
version = "=0.3.2"

[dependencies.secp256k1]
version = "0.15"

[dependencies.serde]
version = "1"
optional = true
[dev-dependencies.secp256k1]
version = "0.15"
features = ["rand"]

[dev-dependencies.serde_derive]
version = "<1.0.99"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.serde_test]
version = "1"

[features]
fuzztarget = ["secp256k1/fuzztarget", "bitcoin_hashes/fuzztarget"]
unstable = []
use-serde = ["serde", "bitcoin_hashes/serde"]