# 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 = "steel-cli" version = "2.1.1" description = "A command line interface for building Solana programs." homepage = "https://steel.new" documentation = "https://docs.rs/steel/latest/steel/" readme = "README.md" keywords = ["solana"] license = "Apache-2.0" repository = "https://github.com/regolith-labs/steel" [[bin]] name = "steel" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.clap_v3] version = "3" package = "clap" [dependencies.colored] version = "2.0" [dependencies.git2] version = "0.16" [dependencies.indicatif] version = "0.17" [dependencies.prettyplease] version = "0.2" [dependencies.quote] version = "1.0" [dependencies.solana-clap-v3-utils] version = "^1.18" [dependencies.solana-cli-config] version = "^1.18" [dependencies.solana-sdk] version = "^1.18" [dependencies.syn] version = "2.0" features = ["full"] [dependencies.tokio] version = "1.35" [features] admin = [] default = []