summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dc2f5f9..e90e35f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,8 +1,8 @@
1[package] 1[package]
2publish = false 2publish = false
3name = "adblock" 3name = "adblock"
4version = "0.6.0" 4version = "0.7.0"
5edition = "2018" 5edition = "2021"
6authors = ["Árni Dagur <arni@dagur.eu>"] 6authors = ["Árni Dagur <arni@dagur.eu>"]
7license = "MIT OR Apache-2.0" 7license = "MIT OR Apache-2.0"
8readme = "README.md" 8readme = "README.md"
@@ -13,9 +13,12 @@ repository = "https://github.com/ArniDagur/python-adblock"
13debug = true 13debug = true
14 14
15[dependencies] 15[dependencies]
16adblock = { version = "=0.5.6", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] } 16adblock = { version = "0.11.1", default-features = false, features = ["full-regex-handling", "embedded-domain-resolver"] }
17pyo3 = { version = "0.16", features = ["abi3-py37", "extension-module"] } 17pyo3 = { version = "0.22", features = ["abi3-py38", "extension-module"] }
18 18
19[lib] 19[lib]
20name = "adblock" 20name = "adblock"
21crate-type = ["rlib", "cdylib"] 21crate-type = ["rlib", "cdylib"]
22
23[[tool.maturin.python-packages]]
24name = "adblock"