# 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 = "worker-build2" version = "0.0.10" authors = ["Cloudflare Workers Team "] description = "This is a tool to be used as a custom build command for a Cloudflare Workers `workers-rs` project." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/cloudflare/workers-rs/tree/main/worker-build" [dependencies.anyhow] version = "1.0.57" [dependencies.dirs-next] version = "2.0.0" [dependencies.flate2] version = "1.0.24" [dependencies.regex] version = "1.7.0" [dependencies.tar] version = "0.4.38" [dependencies.ureq] version = "2.4.0" features = [ "tls", "gzip", ] [dev-dependencies.wasm-bindgen-cli-support] version = "0.2.80"