# 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" rust-version = "1.59" name = "turdle-cli" version = "0.1.1" 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/AlphaPrime8/turdle" 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.14.16" [dependencies.tokio] version = "~1.14.1" features = [ "rt-multi-thread", "macros", "fs", "signal", "sync", "time", "io-util", "process", ] default-features = false [dependencies.trdelnik-client] version = "0.1.0" package = "turdle-client" [dependencies.trdelnik-explorer] version = "0.1.0" package = "turdle-explorer"