tx3-lang 0.4.1

A DSL for defining protocols that run on UTxO blockchains
Documentation
[dependencies.bincode]
version = "1.3.3"

[dependencies.hex]
version = "0.4.3"

[dependencies.miette]
features = ["fancy"]
version = "7.4.0"

[dependencies.pest]
features = ["miette-error", "pretty-print"]
version = "2.7.15"

[dependencies.pest_derive]
version = "2.7.15"

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

[dependencies.thiserror]
version = "2.0.11"

[dev-dependencies.assert-json-diff]
version = "2.0.2"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.serde_json]
version = "1.0.137"

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

[package]
authors = ["TxPipe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A DSL for defining protocols that run on UTxO blockchains"
documentation = "https://docs.rs/tx3-lang"
edition = "2021"
homepage = "https://github.com/tx3-lang/tx3"
keywords = ["blockchain", "cardano", "utxo", "dsl"]
license = "Apache-2.0"
name = "tx3-lang"
publish = true
readme = "README.md"
repository = "https://github.com/tx3-lang/tx3"
version = "0.4.1"