[package] name = "trident-fuzz" version = "0.2.1" edition = "2021" repository = "https://github.com/Ackee-Blockchain/trident" license-file = "../../LICENSE" readme = "../../README.md" description = "The trident_fuzz crate helps you to write Rust Fuzz Tests for your programs with Trident." [dependencies] # SOLANA solana-sdk = { workspace = true } solana-banks-client = { workspace = true } solana-stake-program = { workspace = true } solana-vote-program = { workspace = true } solana-program-runtime = { workspace = true } solana-program-test = { workspace = true } spl-token = { workspace = true } # ANCHOR anchor-lang = { workspace = true, features = ["init-if-needed"] } # ARBITRARY arbitrary = { workspace = true } # MISC thiserror = "1" prettytable = "0.10" serde = { version = "1", default-features = false } serde_json = "1" tokio = "1" anyhow = "1" fehler = "1" toml = { version = "0.8", features = ["preserve_order"] } rand = "0.8"