# 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 = "sv" version = "0.2.2" authors = ["Brenton Gunning "] description = "A Rust library for working with Bitcoin SV" keywords = ["bitcoin", "sv", "cash", "crypto"] license = "MIT" repository = "https://github.com/brentongunning/rust-sv" [profile.release] opt-level = "s" lto = true [dependencies.byteorder] version = "1.2" [dependencies.digest] version = "0.7" [dependencies.dns-lookup] version = "0.9" [dependencies.hex] version = "0.3" [dependencies.linked-hash-map] version = "0.5" [dependencies.log] version = "0.4" features = ["max_level_trace", "release_max_level_warn"] [dependencies.murmur3] version = "0.4" [dependencies.num-bigint] version = "0.2" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.5" [dependencies.ring] version = "0.14" [dependencies.ripemd160] version = "0.7" [dependencies.rust-base58] version = "0.0" [dependencies.rust-crypto] version = "0.2" [dependencies.secp256k1] version = "0.12" [dependencies.snowflake] version = "1.3"