# 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 = "trdelnik-cli" version = "0.5.0" description = "Trdelník 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/trdelnik" resolver = "1" [dependencies.anyhow] version = "1.0.45" features = ["std"] default-features = false [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.fehler] version = "1.0.0" default-features = false [dependencies.solana-sdk] version = "1.16.6" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process", ] default-features = false [dependencies.trdelnik-client] version = "0.5.0" [dependencies.trdelnik-explorer] version = "0.3.1"