v-common-search 0.1.9

common part of the veda platform
Documentation
[package]
name = "v-common-search"
version = "0.1.9"
authors = ["itiu <ValeriyBushenev@gmail.com>"]
edition = "2018"
description = "common part of the veda platform"
license     = "MIT"

[lib]
path = "src/lib.rs"

[dependencies]
clickhouse-rs = {package = "v-clickhouse-rs", version = "0.2.0-alpha.6", default-features = false, features = ["async_std"] }

futures = "0.3.5"
log = "0.4"
nng = "0.5.1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
url = "2.1.1"

v_authorization = "=0.1.0"

v_api = { package = "v-common-api", version = "0.1.9" }
v_az_lmdb = { package = "v-common-az-lmdb", version = "=0.1.1" }