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