From 44215217da63762b36827f5ef6604c5a2ad6b73d Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 23 Apr 2019 13:25:03 +0200 Subject: Add filters for Repo, Name, Status, Version, License and Maintainer --- librepology/Cargo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'librepology/Cargo.toml') diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml index 7379b10..5f7bb52 100644 --- a/librepology/Cargo.toml +++ b/librepology/Cargo.toml @@ -15,3 +15,12 @@ failure = "0.1" log = "0.4" derive_more = "0.14" 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"] \ No newline at end of file -- cgit v1.2.3