trdelnik-cli 0.2.0

Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor.
Documentation
[dependencies.anyhow]
default-features = false
features = ["std"]
version = "1.0.56"

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

[dependencies.fehler]
default-features = false
version = "1.0.0"

[dependencies.solana-sdk]
version = "^1.9"

[dependencies.tokio]
default-features = false
features = ["rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process"]
version = "1.17.0"

[dependencies.trdelnik-client]
version = "0.2.0"

[dependencies.trdelnik-explorer]
version = "0.1.0"

[package]
description = "Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor."
edition = "2021"
license-file = "LICENSE"
name = "trdelnik-cli"
readme = "README.md"
repository = "https://github.com/Ackee-Blockchain/trdelnik"
version = "0.2.0"