[package] name = "wasm-bindgen-cli" version = "0.2.45" authors = ["The wasm-bindgen Developers"] license = "MIT/Apache-2.0" repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli" homepage = "https://rustwasm.github.io/wasm-bindgen/" documentation = "https://rustwasm.github.io/wasm-bindgen/" categories = ["wasm"] description = """ Command line interface of the `#[wasm_bindgen]` attribute and project. For more information see https://github.com/alexcrichton/wasm-bindgen. """ edition = '2018' [dependencies] curl = "0.4.13" docopt = "1.0" env_logger = "0.6" failure = "0.1.2" log = "0.4" openssl = { version = '0.10.11', optional = true } rouille = { version = "3.0.0", default-features = false } serde = { version = "1.0", features = ['derive'] } serde_derive = "1.0" serde_json = "1.0" walrus = "0.7.0" wasm-bindgen-cli-support = { path = "../cli-support", version = "=0.2.45" } wasm-bindgen-shared = { path = "../shared", version = "=0.2.45" } [dev-dependencies] assert_cmd = "0.11" predicates = "1.0.0" [features] vendored-openssl = ['openssl/vendored']