# 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] name = "dlc" version = "0.7.1" authors = ["Crypto Garage"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Creation, signing and verification of Discreet Log Contracts (DLC) transactions." homepage = "https://github.com/p2pderivatives/rust-dlc" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/p2pderivatives/rust-dlc/tree/master/dlc" resolver = "2" [lib] name = "dlc" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.miniscript] version = "12.2" default-features = false [dependencies.secp256k1-sys] version = "0.10.0" [dependencies.secp256k1-zkp] version = "0.11.0" [dependencies.serde] version = "1.0" optional = true default-features = false [dev-dependencies.bitcoincore-rpc] version = "0.19.0" [dev-dependencies.bitcoincore-rpc-json] version = "0.19.0" [dev-dependencies.rayon] version = "1.5" [dev-dependencies.secp256k1-zkp] version = "0.11.0" features = [ "hashes", "rand", "serde", "global-context", ] [features] default = ["std"] no-std = ["miniscript/no-std"] std = [ "bitcoin/std", "miniscript/std", "secp256k1-zkp/rand-std", ] unstable = [] use-serde = [ "serde", "secp256k1-zkp/serde", "bitcoin/serde", ]