From 4056931a91c89828cdb010c0945b505267d7fd73 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 14:26:50 +0000 Subject: [PATCH] Prepare librqbit --- crates/librqbit/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 88d8508..531a6eb 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -3,6 +3,13 @@ name = "librqbit" version = "0.1.0" authors = ["Igor Katson "] edition = "2018" +description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." +license = "Apache-2.0" +documentation = "https://docs.rs/librqbit-dht" +repository = "https://github.com/ikatson/rqbit" +readme = "README.md" + +# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["sha1-system", "default-tls"] @@ -12,8 +19,6 @@ sha1-rust = ["sha1w/sha1-rust"] default-tls = ["reqwest/default-tls"] rust-tls = ["reqwest/rustls-tls"] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] bencode = {path = "../bencode", default-features=false, package="librqbit-bencode", version="2.2.1"} buffers = {path = "../buffers", package="librqbit-buffers", version = "2.2.1"}