clvm-fuzzing 0.17.5

Fuzzing tools for clvm Projects on Rust
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 = "clvm-fuzzing"
version = "0.17.5"
authors = ["Jack Nelson <j.nelson@chia.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fuzzing tools for clvm Projects on Rust"
homepage = "https://github.com/Chia-Network/clvm_rs"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Chia-Network/clvm_rs"

[package.metadata]
cargo-fuzz = true

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

[[bin]]
name = "generate_program"
path = "src/bin/generate_program.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.arbitrary]
version = "1.4.2"
features = [
    "derive",
    "derive",
]

[dependencies.chia-bls]
version = "0.36.1"
features = ["arbitrary"]

[dependencies.chia-sha2]
version = "0.36.1"

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

[dependencies.clvmr]
version = "0.17.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"