spider_firewall 2.35.7

Firewall to use for Spider Web Crawler.
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "spider_firewall"
version = "2.35.7"
authors = ["j-mendez <jeff@spider.cloud>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Firewall to use for Spider Web Crawler."
documentation = "https://docs.rs/spider_firewall"
readme = "README.md"
keywords = [
    "crawler",
    "firewall",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/spider-rs/spider_firewall"

[features]
ads = []
bad = []
default = [
    "default-tls",
    "bad",
    "ads",
    "tracking",
    "gambling",
    "small",
]
default-tls = ["reqwest/default-tls"]
gambling = []
large = ["medium"]
medium = ["small"]
rustls = ["reqwest/rustls-tls"]
small = []
tracking = []

[lib]
name = "spider_firewall"
path = "src/lib.rs"

[[bench]]
name = "firewall_bench"
path = "benches/firewall_bench.rs"
harness = false

[dependencies.fst]
version = "0.4"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[build-dependencies.fst]
version = "0.4"

[build-dependencies.hashbrown]
version = "0.15"

[build-dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]
default-features = false

[build-dependencies.serde]
version = "1"
features = ["derive"]

[build-dependencies.serde_json]
version = "1"

[build-dependencies.ua_generator]
version = "^0.5"