# 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 = "bitcoinconsensus" version = "0.106.0+26.0" authors = ["Tamas Blummer "] build = "build.rs" exclude = [ "/depend/bitcoin/.github/**", "/depend/bitcoin/.tx/**", "/depend/bitcoin/build-aux/**", "/depend/bitcoin/contrib/**", "/depend/bitcoin/depends/**", "/depend/bitcoin/doc/**", "/depend/bitcoin/share/**", "/depend/bitcoin/test/**", "/depend/bitcoin/src/bench/**", "/depend/bitcoin/src/config/**", "/depend/bitcoin/src/leveldb/**", "/depend/bitcoin/src/policy/**", "/depend/bitcoin/src/qt/**", "/depend/bitcoin/src/rpc/**", "/depend/bitcoin/src/support/**", "/depend/bitcoin/src/test/**", "/depend/bitcoin/src/univalue/**", "/depend/bitcoin/src/wallet/**", "/depend/bitcoin/src/zmq/**", ] description = "Bitcoin's libbitcoinconsensus with Rust binding." homepage = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/" readme = "README.md" keywords = [ "bitcoin", "bitcoinconsensus", "libbitcoinconsensus", ] license = "Apache-2.0" repository = "https://github.com/rust-bitcoin/rust-bitcoinconsensus/" [dependencies] [dev-dependencies.rustc-serialize] version = "0.3" [build-dependencies.cc] version = "1.0.28" [features] default = ["std"] external-secp = [] std = []