trdelnik-cli 0.5.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.45"

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

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

[dependencies.solana-sdk]
version = "1.16.6"

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

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

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

[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"
resolver = "1"
version = "0.5.0"