# 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 = "wasm-server" version = "1.0.2" authors = ["justaweb.dev <3829508-justaweb.dev@users.noreply.gitlab.com>"] description = "A simple WASM dev server with live reloading" readme = "README.md" keywords = ["cli", "server", "wasm", "live-server", "development"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" [package.metadata.scripts] install = "cargo install --path ." [dependencies.actix-files] version = "0.5.0" [dependencies.actix-web] version = "3.3.2" [dependencies.actix_send_websocket] version = "0.1.0" [dependencies.broadcaster] version = "1.0.0" features = ["default-channels"] [dependencies.futures-channel] version = "0.3.12" [dependencies.notify] version = "4.0.15" [dependencies.wasm-pack] version = "0.9.1"