adblock-rust-server 0.3.0

Server wrapper around the adblock crate using Unix domain sockets
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.adblock]
default-features = false
features = ["embedded-domain-resolver", "full-regex-handling"]
version = "0.3.10"

[dependencies.attohttpc]
version = "0.16.3"

[package]
authors = ["Samuel Dudik <dudik@tutanota.com>"]
description = "Server wrapper around the adblock crate using Unix domain sockets"
edition = "2018"
license = "GPL-3.0"
name = "adblock-rust-server"
repository = "https://github.com/dudik/adblock-rust-server"
version = "0.3.0"