summaryrefslogtreecommitdiffstats
path: root/librepology/Cargo.toml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 10:25:25 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 10:25:25 +0200
commitf27ff3c73f91e3c5821ed54bbc9b7e6f641dbf53 (patch)
treeed59bb1e2e8a5db37177ed9e216709fe37f33292 /librepology/Cargo.toml
parent9251445a5ac5315dca3921b7e77ce4a37cd42497 (diff)
parenta6caaff3c89bb21fd1ed83fae023bb7df9ce59b3 (diff)
Merge remote-tracking branch 'github/master'
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'librepology/Cargo.toml')
-rw-r--r--librepology/Cargo.toml9
1 files changed, 1 insertions, 8 deletions
diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml
index 7dadd2f..51afe45 100644
--- a/librepology/Cargo.toml
+++ b/librepology/Cargo.toml
@@ -11,7 +11,6 @@ readme = "./README.md"
keywords = ["api", "repology"]
categories = ["data-structures", "api-bindings"]
license = "MPL-2.0"
-license-file = "./LICENSE"
[badges]
maintenance = { status = "actively-developed" }
@@ -25,12 +24,6 @@ url_serde = "0.2"
failure = "0.1"
log = "0.4"
derive_more = "0.14"
+derive-new = "0.5"
curl = "0.4"
-filters = { version = "0.3", optional = true }
-derive-new = { version = "0.5", optional = true }
-
-[features]
-# By default, we include the filters functionality
-default = [ "packagefilters" ]
-packagefilters = ["filters", "derive-new"]