# 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 = "arch-warp-cli" version = "0.3.0" description = "Scaffold, build, test, and deploy Archway Network Smart Contracts faster than ever before" homepage = "https://archway-warp.github.io/" readme = "README.md" keywords = [ "archway", "blockchain", "productivity", "smart-contracts", "cosmwasm", ] license = "MIT" repository = "https://github.com/archway-warp/warp-cli" [profile.dev] opt-level = 3 lto = false codegen-units = 24 panic = "abort" strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "warp" path = "src/main.rs" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.owo-colors] version = "3.5.0" [dependencies.regex] version = "1.7.0" [dependencies.rpassword] version = "7.2.0" [dependencies.serde] version = "1.0.151" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.38" [dependencies.toml] version = "0.5.10"