# 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 = "2018" name = "cargo-uwp" version = "0.2.2" authors = ["Tim Weis "] exclude = [ "docs", "README.md", "CHANGELOG.md", ] description = "Custom Cargo command to create, manage, and package UWP applications" readme = "README.md" keywords = [ "windows", "uwp", "build-tools", ] categories = [ "development-tools::cargo-plugins", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tim-weis/cargo-uwp" [[bin]] name = "cargo-uwp" path = "src/main.rs" doc = false [dependencies.anyhow] version = "1.0.42" [dependencies.console] version = "0.15.0" [dependencies.structopt] version = "0.3.22" [dependencies.toml_edit] version = "0.2.1"