# 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 = "2021" name = "trident-fuzz" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The trident_fuzz crate helps you to write Rust Fuzz Tests for your programs with Trident." readme = "README.md" license-file = "LICENSE" repository = "https://github.com/Ackee-Blockchain/trident" resolver = "1" [lib] name = "trident_fuzz" path = "src/lib.rs" [dependencies.anchor-lang] version = "0.30.1" features = ["init-if-needed"] [dependencies.anyhow] version = "1" [dependencies.arbitrary] version = "1.3.0" features = ["derive"] [dependencies.fehler] version = "1" [dependencies.prettytable] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1" default-features = false [dependencies.serde_json] version = "1" [dependencies.solana-banks-client] version = "1.17.4" [dependencies.solana-program-runtime] version = "1.17.4" [dependencies.solana-program-test] version = "1.17.4" [dependencies.solana-sdk] version = "1.17.4" [dependencies.solana-stake-program] version = "1.17.4" [dependencies.solana-vote-program] version = "1.17.4" [dependencies.spl-token] version = "4" features = ["no-entrypoint"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" [dependencies.toml] version = "0.8" features = ["preserve_order"]