# 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 = "https-everywhere-lib-core" version = "0.1.2" authors = ["William Budington "] description = "HTTPS Everywhere Core Library" readme = "README.md" license = "LGPL-2.1-or-later" repository = "https://github.com/efforg/https-everywhere-lib-core" [dependencies.flate2] version = "1.0" optional = true [dependencies.http_req] version = "0.5" optional = true [dependencies.lazy_static] version = "1.3" optional = true [dependencies.log] version = "0.4" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.regex] version = "1.1" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.url] version = "2.0" optional = true [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"]