# 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" rust-version = "1.60.0" name = "bitcoin-push-decoder" version = "0.3.0" authors = [ "Devrandom ", "Ken Sedgwick ", ] description = "A library for implementing a bitcoind RPC client." homepage = "https://gitlab.com/lightning-signer/docs/" readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/lightning-signer/txoo" [lib] name = "push_decoder" path = "src/lib.rs" [dependencies.bitcoin] version = "0.30" default_features = false [dependencies.core2] version = "0.3" optional = true default-features = false [dependencies.hex] version = "0.4" features = ["alloc"] default-features = false [dependencies.log] version = "0.4" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.test-log] version = "0.2" [features] default = ["std"] no-std = [ "bitcoin/no-std", "core2/alloc", ] std = ["bitcoin/std"]