# 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 = "2021" name = "bitcoinsv" version = "0.2.7" authors = ["Daniel Connolly "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Low-level Bitcoin SV library, focused on infrastructure." homepage = "https://github.com/Danconnolly/rust-bitcoinsv" documentation = "https://docs.rs/bitcoinsv/latest/bitcoinsv/" readme = "README.md" keywords = [ "crypto", "bitcoin-sv", ] license-file = "LICENSE.txt" repository = "https://github.com/Danconnolly/rust-bitcoinsv" [lib] name = "bitcoinsv" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.75" [dependencies.base58] version = "0.2.0" [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.7.1" [dependencies.futures] version = "0.3.30" [dependencies.hex] version = "0.4.3" [dependencies.log] version = "0.4.20" [dependencies.minactor] version = "0.3.0" [dependencies.num] version = "0.4.3" [dependencies.rand] version = "0.8.5" [dependencies.ring] version = "0.17.7" [dependencies.ripemd] version = "0.1.3" [dependencies.secp256k1] version = "0.29.0" features = [ "alloc", "rand-std", ] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.tokio] version = ">=1.23.1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dependencies.tokio-util] version = "0.7.12" [dependencies.uuid] version = "1.3.2" features = [ "v4", "fast-rng", "macro-diagnostics", ] [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.serde_json] version = "1.0.108" features = []