From 3670257985d979bb387dfc38c3d60a9ba6b2c281 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Tue, 30 Apr 2019 16:50:18 +0200 Subject: Add crate metainformation --- librepology/Cargo.toml | 43 +++++++++++++++++++++++++++---------------- 1 file changed, 27 insertions(+), 16 deletions(-) (limited to 'librepology/Cargo.toml') diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml index c5c2c28..7dadd2f 100644 --- a/librepology/Cargo.toml +++ b/librepology/Cargo.toml @@ -1,25 +1,36 @@ [package] -name = "librepology" -version = "0.1.0" -authors = ["Matthias Beyer "] -edition = "2018" +name = "librepology" +version = "0.1.0" +authors = ["Matthias Beyer "] +edition = "2018" +description = "Library for repology.org API access" +documentation = "https://docs.rs/librepology" +homepage = "https://github.com/matthiasbeyer/repolocli" +repository = "https://github.com/matthiasbeyer/repolocli" +readme = "./README.md" +keywords = ["api", "repology"] +categories = ["data-structures", "api-bindings"] +license = "MPL-2.0" +license-file = "./LICENSE" + +[badges] +maintenance = { status = "actively-developed" } [dependencies] -serde = "1" -serde_derive = "1" -serde_json = "1" -url = "1.7" -url_serde = "0.2" -failure = "0.1" -log = "0.4" -derive_more = "0.14" -curl = "0.4" +serde = "1" +serde_derive = "1" +serde_json = "1" +url = "1.7" +url_serde = "0.2" +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 +default = [ "packagefilters" ] +packagefilters = ["filters", "derive-new"] -- cgit v1.2.3