smplx-test 0.0.2

Simplex test command internal implementation
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 = "2024"
name = "smplx-test"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simplex test command internal implementation"
readme = "README.md"
license = "MIT"
repository = "https://github.com/BlockstreamResearch/smplx"

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

[dependencies.electrsd]
version = "0.29.0"
features = ["legacy"]

[dependencies.proc-macro2]
version = "1.0.106"
features = ["span-locations"]

[dependencies.quote]
version = "1.0.44"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.simplicityhl]
version = "0.5.0-rc.0"

[dependencies.smplx-regtest]
version = "0.0.2"

[dependencies.smplx-sdk]
version = "0.0.2"

[dependencies.syn]
version = "2.0.114"
features = [
    "proc-macro",
    "full",
    "parsing",
    "derive",
    "clone-impls",
    "extra-traits",
    "printing",
]
default-features = false

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "0.9.8"

[lints.clippy]
multiple_crate_versions = "allow"