2020-07-18 11:01:51 +03:00
|
|
|
[package]
|
|
|
|
name = "sonic-channel"
|
2022-07-18 15:48:38 +03:00
|
|
|
version = "1.0.1"
|
2020-07-18 11:01:51 +03:00
|
|
|
authors = ["Dmitriy Pleshevskiy <dmitriy@ideascup.me>"]
|
2020-07-18 11:09:00 +03:00
|
|
|
description = "Rust client for sonic search backend"
|
|
|
|
categories = ["api-bindings"]
|
|
|
|
keywords = ["sonic", "search", "client", "elasticsearch", "api"]
|
2022-07-18 14:07:12 +03:00
|
|
|
edition = "2021"
|
2020-07-18 11:09:49 +03:00
|
|
|
license = "MPL-2.0"
|
2020-07-18 11:09:00 +03:00
|
|
|
repository = "https://github.com/pleshevskiy/sonic-channel"
|
|
|
|
homepage = "https://github.com/pleshevskiy/sonic-channel"
|
|
|
|
documentation = "https://docs.rs/sonic-channel"
|
|
|
|
readme = "README.md"
|
2020-07-18 11:01:51 +03:00
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2022-07-18 14:07:12 +03:00
|
|
|
log = "0.4.17"
|
2022-07-21 10:27:59 +03:00
|
|
|
whatlang = "0.16.0"
|
2020-07-18 11:01:51 +03:00
|
|
|
|
|
|
|
[features]
|
|
|
|
default = ["search"]
|
|
|
|
|
2020-08-01 10:52:22 +03:00
|
|
|
ingest = []
|
2020-08-01 11:02:02 +03:00
|
|
|
search = []
|
2020-07-18 11:01:51 +03:00
|
|
|
control = []
|
2020-07-18 11:09:00 +03:00
|
|
|
|
|
|
|
|
|
|
|
[badges]
|
|
|
|
maintenance = { status = "actively-developed" }
|
|
|
|
|
|
|
|
# https://docs.rs/about
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
all-features = true
|