# 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 = "znap-cli" version = "0.1.37" authors = ["Heavy Duty Builders "] description = "Manage your znap workspaces" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/heavy-duty/znap" [[bin]] name = "znap" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.console] version = "0.15.8" [dependencies.heck] version = "0.5.0" [dependencies.reqwest] version = "0.12.5" features = [ "blocking", "json", ] default_features = false [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.shellexpand] version = "3.1.0" [dependencies.solana-sdk] version = "2.0.1" [dependencies.toml] version = "0.8.14"