# 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-sandbox-cli" version = "0.2.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.56" features = ["std"] default-features = false [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.fehler] version = "1.0.0" default-features = false [dependencies.solana-sdk] version = "1.10.29" [dependencies.tokio] version = "1.14.1" features = [ "rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process", ] default-features = false [dependencies.trdelnik-explorer] version = "0.2.1" [dependencies.trdelnik-sandbox-client] version = "0.3.1"