# 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 = "wasi-wit-download" version = "0.1.0" authors = ["Dan Chiarlone"] description = "A CLI tool to download and extract specific WIT dependencies from Wasmtime releases" readme = "README.md" license = "AGPL-3.0" repository = "https://github.com/danbugs/wasi-wit-download" [dependencies.anyhow] version = "1.0.44" [dependencies.clap] version = "4.5.13" [dependencies.reqwest] version = "0.12.5" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.zip] version = "2.1.6" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.tempfile] version = "3.2"