[package] name = "wasm-pack" description = "pack up the wasm and publish it to npm!" version = "0.4.2" authors = ["Ashley Williams "] repository = "https://github.com/ashleygwilliams/wasm-pack.git" license = "MIT/Apache-2.0" readme = "README.md" categories = ["wasm"] [dependencies] console = "0.6.1" failure = "0.1.1" human-panic = "1.0.0" indicatif = "0.9.0" lazy_static = "1.0.0" parking_lot = "0.6" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" slog = "2.2" slog-term = "2.4" slog-async = "2.3" structopt = "0.2" toml = "0.4" [dev-dependencies] copy_dir = "0.1.2" tempfile = "3"