# 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.8.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Trident is Rust based testing framework providing several convenient developer tools for testing 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.termimad] version = "0.30.0" [dependencies.tokio] version = "1" [dependencies.trident-client] version = "0.8.1"