tx3-lang 0.16.3

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

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

[dependencies.ciborium]
version = "0.2.2"

[dependencies.hex]
version = "0.4.3"

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

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

[dependencies.pest_derive]
version = "2.7.15"

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

[dependencies.thiserror]
version = "2.0.11"

[dependencies.trait-variant]
version = "0.1.2"

[dependencies.tx3-tir]
version = "0.16.3"

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

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

[dev-dependencies.proptest]
version = "1.7.0"

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