# 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.15" authors = ["Jagdeep Sidhu "] description = "General purpose library for using and interoperating with Syscoin and other cryptocurrencies with AUXPOW support." homepage = "https://github.com/syscoin/rust-bitcoin/" documentation = "https://docs.rs/syscoin/" readme = "README.md" keywords = ["crypto", "bitcoin", "syscoin"] license = "CC0-1.0" repository = "https://github.com/syscoin/rust-bitcoin/" [lib] name = "bitcoin" path = "src/lib.rs" [dependencies.bitcoin_hashes] version = "0.3" [dependencies.bitcoinconsensus] version = "0.16" optional = true [dependencies.byteorder] version = "1.2" [dependencies.hex] version = "=0.3.2" [dependencies.rand] version = "0.3" [dependencies.secp256k1] version = "0.12" features = ["rand"] [dependencies.serde] version = "1" optional = true [dependencies.strason] version = "0.4" optional = true default-features = false [dependencies.syscoin-bech32] version = "0.8.4" [features] fuzztarget = ["secp256k1/fuzztarget", "bitcoin_hashes/fuzztarget"] serde-decimal = ["use-serde", "strason"] unstable = [] use-serde = ["serde", "bitcoin_hashes/serde"]