[package]
edition = "2021"
name = "manticoresearch"
version = "2.0.0"
authors = ["info@manticoresearch.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Сlient for Manticore Search. "
readme = "README.md"
license = "MIT"
[lib]
name = "manticoresearch"
path = "src/lib.rs"
[[test]]
name = "index_api"
path = "tests/index_api.rs"
[[test]]
name = "search_api"
path = "tests/search_api.rs"
[[test]]
name = "utils_api"
path = "tests/utils_api.rs"
[dependencies.base64]
version = "~0.7.0"
[dependencies.fancy-regex]
version = "^0.14"
[dependencies.futures]
version = "^0.3"
[dependencies.http]
version = "~0.2"
[dependencies.http-body-util]
version = "0.1.2"
[dependencies.hyper]
version = "^1.3.1"
features = ["full"]
[dependencies.hyper-util]
version = "0.1.5"
features = [
"client",
"client-legacy",
"http1",
"http2",
]
[dependencies.serde]
version = "^1.0"
features = ["derive"]
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
version = "^3.8"
features = [
"base64",
"std",
"macros",
]
default-features = false
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.url]
version = "^2.5"