bayard-client 0.8.6

Client library for Bayard.
[package]
name = "bayard-client"
version = "0.8.6"
authors = ["Minoru Osuka <minoru.osuka@gmail.com>"]
edition = "2018"
description = "Client library for Bayard."
documentation = "https://bayard-search.github.io/bayard/"
homepage = "https://github.com/bayard-search"
repository = "https://github.com/bayard-search/bayard/bayard-client"
readme = "README.md"
keywords = ["full-text", "search", "index", "client"]
categories = ["database"]
license = "MIT"

[dependencies]
bincode = "1.3"
grpcio = { version = "0.4", features = [ "secure" ] }
log = "0.4"
protobuf = "2.17"
raft = "0.4"
rand = "0.7"
serde_json = "1.0"

bayard-proto = "0.8"

bayard-server = { version = "0.8.6", path = "../bayard-server" }