From f7602e7c75a3542ff05ac30963680ecffdc780cc Mon Sep 17 00:00:00 2001 From: Max Audron Date: Fri, 16 Oct 2020 21:33:44 +0200 Subject: update paperwork --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index fd66a39..3052afc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,11 @@ [package] name = "libquassel" +description = "Native rust implementation of the Quassel protocol and library functions" version = "0.1.0" authors = ["Max Audron "] +license = "ISC" +homepage = "https://gitlab.com/cocainefarm/libquassel" +repository = "https://gitlab.com/cocainefarm/libquassel" edition = "2018" autobins = true @@ -22,11 +26,10 @@ tokio-tls = { version = "0.3", optional = true } native-tls = { version = "0.2", optional = true } futures-util = { version = "0.3", features = ["std"], optional = true } futures = { version = "0.3", optional = true } -pretty_env_logger = { version = "0.4", optional = true } [features] framing = ["tokio", "tokio-util", "flate2"] -client = ["tokio", "tokio-util", "tokio-tls", "native-tls", "futures", "futures-util", "framing", "pretty_env_logger"] +client = ["tokio", "tokio-util", "tokio-tls", "native-tls", "futures", "futures-util", "framing"] default = [] -- cgit v1.2.3