# 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-messages" version = "0.7.0" authors = ["Crypto Garage"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structs and serialization for the Discreet Log Contract (DLC) protocol." homepage = "https://github.com/p2pderivatives/rust-dlc" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/p2pderivatives/rust-dlc/tree/master/dlc-messages" resolver = "2" [lib] name = "dlc_messages" path = "src/lib.rs" [dependencies.bitcoin] version = "0.32.2" default-features = false [dependencies.dlc] version = "0.7.0" default-features = false [dependencies.lightning] version = "0.0.125" default-features = false [dependencies.secp256k1-zkp] version = "0.11.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dev-dependencies.bitcoin] version = "0.32.2" features = ["serde"] default-features = false [dev-dependencies.secp256k1-zkp] version = "0.11.0" features = [ "serde", "global-context", ] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] no-std = [ "dlc/no-std", "lightning/no-std", ] std = [ "dlc/std", "bitcoin/std", "lightning/std", ] use-serde = [ "serde", "secp256k1-zkp/serde", "bitcoin/serde", ]