From b8152769bc846b3cec8b25d77031bf45f2a340d1 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Sat, 18 Jul 2020 11:09:00 +0300 Subject: [PATCH] chore: update package information --- Cargo.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 932e202..ba52ba8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,15 @@ name = "sonic-channel" version = "0.1.0-rc1" authors = ["Dmitriy Pleshevskiy "] +description = "Rust client for sonic search backend" +categories = ["api-bindings"] +keywords = ["sonic", "search", "client", "elasticsearch", "api"] edition = "2018" +licence = "MPL-2.0" +repository = "https://github.com/pleshevskiy/sonic-channel" +homepage = "https://github.com/pleshevskiy/sonic-channel" +documentation = "https://docs.rs/sonic-channel" +readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -16,3 +24,11 @@ default = ["search"] ingest = [] search = [] control = [] + + +[badges] +maintenance = { status = "actively-developed" } + +# https://docs.rs/about +[package.metadata.docs.rs] +all-features = true