zk-scribble 0.1.2

Trace mutation fuzzer for Hekate ZK programs and chiplets. Tampers valid traces and asserts preflight catches every mutation.
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 = "zk-scribble"
version = "0.1.2"
authors = ["Andrei Kochergin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trace mutation fuzzer for Hekate ZK programs and chiplets. Tampers valid traces and asserts preflight catches every mutation."
readme = "README.md"
keywords = [
    "zk",
    "fuzzer",
    "proptest",
    "hekate",
    "trace",
]
categories = [
    "cryptography",
    "development-tools::testing",
]
license = "MIT"
repository = "https://github.com/yoozzeek/zk-scribble"

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

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

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

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

[dependencies.hekate-core]
version = "0.27"
features = [
    "std",
    "blake3",
]
default-features = false

[dependencies.hekate-math]
version = "0.6.0"
features = ["std"]
default-features = false

[dependencies.hekate-program]
version = "0.27"
features = ["std"]
default-features = false

[dependencies.hekate-sdk]
version = "0.27"
features = [
    "std",
    "blake3",
]
default-features = false

[dependencies.proptest]
version = "1.5"

[dev-dependencies.hekate-gadgets]
version = "0.27"
features = [
    "std",
    "blake3",
]
default-features = false