syscoin 0.16.9

General purpose library for using and interoperating with Syscoin and other cryptocurrencies with AUXPOW support.
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 = "syscoin"
version = "0.16.9"
authors = ["Jagdeep Sidhu <jsidhu@blockchainfoundry.co>"]
description = "General purpose library for using and interoperating with Syscoin and other cryptocurrencies with AUXPOW support."
homepage = "https://github.com/sidhujag/rust-bitcoin/"
documentation = "https://docs.rs/syscoin/"
readme = "README.md"
keywords = ["crypto", "bitcoin", "syscoin"]
license = "CC0-1.0"
repository = "https://github.com/sidhujag/rust-bitcoin/"

[lib]
name = "bitcoin"
path = "src/lib.rs"
[dependencies.bitcoin-bech32]
version = "0.8.0"

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

[dependencies.byteorder]
version = "1.2"

[dependencies.hex]
version = "=0.3.2"

[dependencies.rand]
version = "0.3"

[dependencies.rust-crypto]
version = "0.2"

[dependencies.secp256k1]
version = "0.12"
features = ["rand"]

[dependencies.serde]
version = "1"
optional = true

[dependencies.strason]
version = "0.4"
optional = true
default-features = false

[features]
fuzztarget = ["secp256k1/fuzztarget"]
serde-decimal = ["serde", "strason"]
unstable = []