[dependencies.flate2]
optional = true
version = "1.0"
[dependencies.http_req]
optional = true
version = "0.5"
[dependencies.lazy_static]
optional = true
version = "1.3"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.openssl]
optional = true
version = "0.10"
[dependencies.regex]
optional = true
version = "1.1"
[dependencies.serde_json]
optional = true
version = "1.0"
[dependencies.url]
optional = true
version = "2.0"
[dev-dependencies.lazy_static]
version = "1.3"
[dev-dependencies.multi-default-trait-impl]
version = "0.1"
[features]
add_rulesets = ["serde_json"]
default = ["potentially_applicable", "updater", "rewriter"]
potentially_applicable = []
rewriter = ["url", "regex", "lazy_static"]
updater = ["add_rulesets", "openssl", "http_req", "log", "flate2", "lazy_static"]
[package]
authors = ["William Budington <bill@eff.org>"]
description = "HTTPS Everywhere Core Library"
edition = "2018"
license = "LGPL-2.1-or-later"
name = "https-everywhere-lib-core"
readme = "README.md"
repository = "https://github.com/efforg/https-everywhere-lib-core"
version = "0.1.2"