trident-cli 0.13.0-rc.4

Trident is Rust based fuzzing framework for Solana programs written in Anchor.
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 = "2021"
name = "trident-cli"
version = "0.13.0-rc.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trident is Rust based fuzzing framework for Solana programs written in Anchor."
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Ackee-Blockchain/trident"
resolver = "1"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.fehler]
version = "1"

[dependencies.heck]
version = "0.4.0"

[dependencies.termimad]
version = "0.30.0"

[dependencies.tokio]
version = "1"

[dependencies.trident-client]
version = "0.13.0-rc.4"

[dependencies.trident-fuzz-metrics]
version = "0.13.0-rc.4"