wasi-worker-cli 0.6.0

Tool to create and deploy WASM WASI-based browser service workers
Documentation
# 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 = "wasi-worker-cli"
version = "0.6.0"
authors = ["Maksym Vorobiov <maxim.vorobjov@gmail.com>"]
exclude = ["js/src", "js/*.json", "js/*.js"]
description = "Tool to create and deploy WASM WASI-based browser service workers"
documentation = "https://crates.io/crates/wasi-worker-cli"
readme = "README.md"
keywords = ["cli", "install", "wasi", "wasm", "worker"]
categories = ["command-line-utilities", "wasm", "web-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/dunnock/wasi-worker/tree/master/wasi-worker-cli"

[[bin]]
name = "wasiworker"
path = "src/main.rs"
[dependencies.structopt]
version = "0.3"
default-features = false

[dependencies.toml_edit]
version = "0.2"

[dependencies.wasm-gc-api]
version = "0.1"
[dev-dependencies.fs_extra]
version = "1.2"