dlccryptlib 2.0.0

Library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin
Documentation
# 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 = "dlccryptlib"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for working with DLC's with adaptor signatures (Discrete Log Contracts), by Cadena Bitcoin"
readme = "README.md"
license = "MIT"

[features]
default = ["std"]
std = [
    "bitcoin/std",
    "secp256k1-zkp/rand-std",
]

[lib]
name = "dlccryptlib"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.bip39]
version = "2.1.0"

[dependencies.bitcoin]
version = "0.32.4"

[dependencies.secp256k1-sys]
version = "0.10.1"

[dependencies.secp256k1-zkp]
version = "0.11.0"