cma-rust-parser 0.1.2

Rust utilities for parsing Cartesi inputs and generating vouchers
Documentation
[dependencies.ethers-core]
version = "2.0.14"

[dependencies.hex]
version = "0.4.3"

[dependencies.json]
version = "0.12"

[dependencies.once_cell]
version = "1.18"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography"]
description = "Rust utilities for parsing Cartesi inputs and generating vouchers"
edition = "2021"
keywords = ["cartesi", "rollups", "blockchain"]
license = "MIT"
name = "cma-rust-parser"
readme = "README.md"
repository = "https://github.com/Mugen-Builders/cma-rust-parser"
version = "0.1.2"

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