[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"