sonic-channel/Cargo.toml

35 lines
830 B
TOML
Raw Permalink Normal View History

2020-07-18 11:01:51 +03:00
[package]
name = "sonic-channel"
2022-10-24 18:12:23 +03:00
version = "1.1.0"
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"]
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]
log = "0.4.17"
whatlang = "0.16.2"
2020-07-18 11:01:51 +03:00
[features]
default = ["search"]
ingest = []
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