# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wsl-get" version = "0.1.0" authors = ["Hideyuki Tanaka "] description = "A command line tool to install any Linux distribution on WSL2." readme = "README.md" keywords = ["cli", "windows"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tanakh/wsl-get" [dependencies.anyhow] version = "1.0.41" [dependencies.argopt] version = "0.1.1" [dependencies.dialoguer] version = "0.8.0" [dependencies.directories] version = "3.0.2" [dependencies.flate2] version = "1.0.20" [dependencies.regex] version = "1.5.4" [dependencies.scopeguard] version = "1.1.0" [dependencies.structopt] version = "0.3.21" [dependencies.tempfile] version = "3.2.0" [dependencies.windows] version = "0.11.0" [build-dependencies.windows] version = "0.11.0"