wasm-bindgen-cli 0.2.50

Command line interface of the `#[wasm_bindgen]` attribute and project. For more information see https://github.com/rustwasm/wasm-bindgen.
# 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-bindgen-cli"
version = "0.2.50"
authors = ["The wasm-bindgen Developers"]
description = "Command line interface of the `#[wasm_bindgen]` attribute and project. For more\ninformation see https://github.com/rustwasm/wasm-bindgen.\n"
homepage = "https://rustwasm.github.io/wasm-bindgen/"
documentation = "https://rustwasm.github.io/wasm-bindgen/"
categories = ["wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/cli"
[dependencies.curl]
version = "0.4.13"

[dependencies.docopt]
version = "1.0"

[dependencies.env_logger]
version = "0.6"

[dependencies.failure]
version = "0.1.2"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
version = "0.10.11"
optional = true

[dependencies.rouille]
version = "3.0.0"
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.walrus]
version = "0.11.0"
features = ["parallel"]

[dependencies.wasm-bindgen-cli-support]
version = "=0.2.50"

[dependencies.wasm-bindgen-shared]
version = "=0.2.50"
[dev-dependencies.assert_cmd]
version = "0.11"

[dev-dependencies.predicates]
version = "1.0.0"

[features]
vendored-openssl = ["openssl/vendored"]