# 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-zproxy" version = "0.1.3" authors = ["Chping "] build = "build.rs" description = "Switch warehouse image" readme = "README.md" keywords = [ "cargo", "proxy", "rsproxy", "subcommand", ] categories = [ "command-line-utilities", "development-tools", ] license = "Apache-2.0" repository = "https://github.com/cxping/cargo-zproxy" [[bin]] name = "cargo-zproxy" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.17.1" [dependencies.json] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.7.3" [build-dependencies.embed-resource] version = "2.1.1"