ddk-manager 1.1.2

Creation and handling of Discrete Log Contracts (DLC).
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 = "ddk-manager"
version = "1.1.2"
authors = [
    "Crypto Garage",
    "benny b <ben@bitcoinbay.foundation>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Creation and handling of Discrete Log Contracts (DLC)."
homepage = "https://github.com/bennyhodl/dlcdevkit"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/bennyhodl/rust-dlc/tree/master/dlc-manager"

[features]
default = ["std"]
fuzztarget = ["rand_chacha"]
parallel = ["ddk-trie/parallel"]
std = [
    "ddk-dlc/std",
    "ddk-messages/std",
    "ddk-trie/std",
    "bitcoin/std",
    "lightning/std",
]
use-serde = [
    "serde",
    "ddk-dlc/use-serde",
    "ddk-messages/use-serde",
    "ddk-trie/use-serde",
]

[lib]
name = "ddk_manager"
path = "src/lib.rs"

[[test]]
name = "channel_execution_tests"
path = "tests/channel_execution_tests.rs"

[[test]]
name = "contract_updater"
path = "tests/contract_updater.rs"

[[test]]
name = "manager_execution_tests"
path = "tests/manager_execution_tests.rs"

[[test]]
name = "manager_tests"
path = "tests/manager_tests.rs"

[[test]]
name = "splice_execution_tests"
path = "tests/splice_execution_tests.rs"

[[test]]
name = "test_utils"
path = "tests/test_utils.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.async-trait]
version = "0.1.89"

[dependencies.bitcoin]
version = "0.32.6"
default-features = false

[dependencies.ddk-dlc]
version = "1.0.11"
features = ["use-serde"]
default-features = false

[dependencies.ddk-messages]
version = "1.0.11"
features = ["use-serde"]
default-features = false

[dependencies.ddk-trie]
version = "1.0.11"
features = ["use-serde"]
default-features = false

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.1"
package = "hex-conservative"

[dependencies.lightning]
version = "0.2.2"
features = ["grind_signatures"]
default-features = false

[dependencies.once_cell]
version = "1.21.3"

[dependencies.rand_chacha]
version = "0.3.1"
optional = true

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

[dependencies.serde]
version = "1.0.209"
optional = true
default-features = false

[dependencies.tokio]
version = "1.41.1"
features = ["sync"]

[dependencies.tracing]
version = "0.1.41"