# 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 = "cargo-solana-test" version = "0.1.1" authors = ["f44z"] description = "Unmaintained" readme = "README.md" license = "Apache-2.0 OR MIT" resolver = "2" [dependencies.abscissa_core] version = "0.6.0" [dependencies.abscissa_tokio] version = "0.6.0" [dependencies.clap] version = "3" [dependencies.dirs] version = "4.0.0" [dependencies.reqwest] version = "0.11" [dependencies.semver] version = "1.0.9" [dependencies.serde] version = "1" features = ["serde_derive"] [dependencies.tempfile] version = "3.3.0" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml_edit] version = "0.14.2" [dependencies.zip] version = "0.6.2" [dev-dependencies.abscissa_core] version = "0.6.0" features = ["testing"] [dev-dependencies.once_cell] version = "1.2"