smplx-std 0.0.2

A blazingly-fast, ux-first simplicity development framework
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-std"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A blazingly-fast, ux-first simplicity development framework"
documentation = "https://docs.rs/smplx-std"
readme = "README.md"
keywords = [
    "liquid",
    "elements",
    "smart-contracts",
    "simplicity",
    "framework",
]
categories = ["cryptography::cryptocurrencies"]
license = "MIT"
repository = "https://github.com/BlockstreamResearch/smplx"

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

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

[dependencies.either]
version = "1.15.0"
features = ["serde"]

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

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

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

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

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

[dev-dependencies.trybuild]
version = "1.0.115"

[lints.clippy]
multiple_crate_versions = "allow"