https-everywhere-lib-wasm 0.1.2

HTTPS Everywhere WASM Library
Documentation
[package]
name = "https-everywhere-lib-wasm"
version = "0.1.2"
authors = ["William Budington <bill@eff.org>"]
edition = "2018"
description = "HTTPS Everywhere WASM Library"
license = "LGPL-2.1-or-later"
repository = "https://github.com/efforg/https-everywhere-lib-wasm"
readme = "README.md"

[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
wasm-bindgen = "0.2"
js-sys = "0.3.20"
https-everywhere-lib-core = { version = "0.1.1", path = "lib-core", default_features = false, features = ["potentially_applicable"] }

[dev-dependencies]
wasm-bindgen-test = "0.2"
matches = "0.1.8"

[profile.release]
# Tell `rustc` to optimize for small code size.
opt-level = "s"