# 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] name = "sol-dev-cli" version = "0.1.5" authors = ["Ruben du Burck "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Solana development cli" readme = "README.md" keywords = [ "solana", "sol-dev", "compute", "development", "tools", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" resolver = "2" [[bin]] name = "sol-dev-cli" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.lazy_static] version = "1.5.0" [dependencies.rayon] version = "1.10.0" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.thiserror] version = "1.0.63" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dev-dependencies.tracing-test] version = "0.2.5"