chainfuzz 0.2.0

A library for fuzzing UTxO blockchain data structures
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 = "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"