summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 05d18913dc47d1d892cac4f41cdfbb85ed2d7416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "adblock"
publish = false
version = "0.3.2"
authors = ["Árni Dagur <arni@dagur.eu"]
edition = "2018"
license = "MIT OR Apache-2.0"

[profile.release]
debug = true

[dependencies]
adblock = { version = "0.3.2", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
pyo3 = "0.12"

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

[features]
default = ["pyo3/extension-module"]