# 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] edition = "2018" name = "bitcoin-spv" version = "5.0.0" authors = ["James Prestwich "] description = "Bitcoin SPV Proof evaluation" homepage = "https://github.com/summa-tx/bitcoin-spv" license = "LGPL-3.0-or-later" repository = "https://github.com/summa-tx/bitcoin-spv" [lib] crate-type = ["cdylib", "rlib"] [dependencies.hex] version = "0.4.2" optional = true default-features = false [dependencies.primitive-types] version = "0.7.2" default-features = false [dependencies.ripemd160] version = "0.8.0" default-features = false [dependencies.serde] version = "1.0" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.sha2] version = "0.8.0" default-features = false [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.serde] version = "1.0.115" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = ["primitive-types/std", "serde", "serde/derive", "serde_json", "hex/std", "sha2/std", "ripemd160/std"]