chore: update package information
This commit is contained in:
parent
c1b73d15fb
commit
b8152769bc
1 changed files with 16 additions and 0 deletions
16
Cargo.toml
16
Cargo.toml
|
@ -2,7 +2,15 @@
|
||||||
name = "sonic-channel"
|
name = "sonic-channel"
|
||||||
version = "0.1.0-rc1"
|
version = "0.1.0-rc1"
|
||||||
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
||||||
|
description = "Rust client for sonic search backend"
|
||||||
|
categories = ["api-bindings"]
|
||||||
|
keywords = ["sonic", "search", "client", "elasticsearch", "api"]
|
||||||
edition = "2018"
|
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
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
||||||
|
@ -16,3 +24,11 @@ default = ["search"]
|
||||||
ingest = []
|
ingest = []
|
||||||
search = []
|
search = []
|
||||||
control = []
|
control = []
|
||||||
|
|
||||||
|
|
||||||
|
[badges]
|
||||||
|
maintenance = { status = "actively-developed" }
|
||||||
|
|
||||||
|
# https://docs.rs/about
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
Loading…
Reference in a new issue