[package]
edition = "2024"
name = "chainfuzz"
version = "0.2.0"
authors = ["TxPipe"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for fuzzing UTxO blockchain data structures"
homepage = "https://github.com/txpipe/chainfuzz"
documentation = "https://docs.rs/chainfuzz"
readme = "README.md"
keywords = [
"blockchain",
"cardano",
"utxo",
"dsl",
]
license = "Apache-2.0"
repository = "https://github.com/txpipe/chainfuzz"
[lib]
name = "chainfuzz"
path = "src/lib.rs"
[dependencies.hex]
version = "0.4.3"
[dependencies.rand]
version = "0.9.1"
[dependencies.sha2]
version = "0.10.9"