tx3-bindgen 0.2.0

Bindgen utilities for tx3-lang
Documentation
[[bin]]
name = "tx3-bindgen"
path = "src/main.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.convert_case]
version = "0.8.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.proc-macro2]
version = "1.0.93"

[dependencies.quote]
version = "1.0.38"

[dependencies.swc_common]
version = "8.0.0"

[dependencies.swc_core]
features = ["swc_atoms", "typescript", "ecma_ast", "__common"]
version = "16.3.0"

[dependencies.swc_ecma_ast]
version = "8.0.0"

[dependencies.swc_ecma_codegen]
version = "8.0.2"

[dependencies.swc_ecma_quote]
version = "10.0.0"

[dependencies.syn]
version = "2.0.98"

[dependencies.tx3-lang]
version = "0.2.0"

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

[package]
authors = ["TxPipe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Bindgen utilities for tx3-lang"
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-bindgen"
publish = true
readme = "README.md"
repository = "https://github.com/tx3-lang/tx3"
version = "0.2.0"