# 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 = "rawtx-rs" version = "0.1.13" authors = ["0xB10C <0xb10c@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Makes information about Bitcoin transactions accessible." homepage = "https://github.com/0xB10C/rawtx-rs" documentation = "https://docs.rs/rawtx-rs" readme = "README.md" keywords = [ "bitcoin", "transaction", "information", ] categories = ["cryptography::cryptocurrencies"] license = "MIT OR Apache-2.0" repository = "https://github.com/0xB10C/rawtx-rs" [lib] name = "rawtx_rs" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32" [dependencies.hex] version = "0.4" [dependencies.rc4] version = "0.1.0" optional = true [features] counterparty = ["rc4"] default = []