canfuzz 0.5.0

A coverage-guided fuzzing framework for Internet Computer canisters, built on `libafl` and `pocket-ic`
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 = "canfuzz"
version = "0.5.0"
authors = ["DFINITY Stiftung <product-security@dfinity.org>"]
build = false
include = [
    "src",
    "Cargo.toml",
    "../LICENSE",
    "../README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A coverage-guided fuzzing framework for Internet Computer canisters, built on `libafl` and `pocket-ic`"
documentation = "https://docs.rs/canfuzz"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/canister_fuzzing/"
resolver = "2"

[lib]
name = "canfuzz"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.75"

[dependencies.candid]
version = "0.10.19"
features = ["all"]

[dependencies.candid_parser]
version = "0.2.3"
features = ["random"]

[dependencies.chrono]
version = "0.4.41"

[dependencies.ic-management-canister-types]
version = "0.5.0"

[dependencies.libafl]
version = "=0.15.4"
features = ["std"]

[dependencies.libafl_bolts]
version = "=0.15.4"
features = ["rand_trait"]

[dependencies.naughty-strings]
version = "0.2.4"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.pocket-ic]
version = "11.0.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.219"

[dependencies.slog]
version = "2.7.0"

[dependencies.wirm]
version = "=2.2.0"
features = ["parallel"]

[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.difference]
version = "2.0.0"

[dev-dependencies.wasmprinter]
version = "0.242.0"

[dev-dependencies.wat]
version = "1.242.0"