txtai 3.0.0

Rust bindings for txtai, an AI-powered search engine
Documentation
[dependencies.enum-as-inner]
version = "0.3.3"

[dependencies.reqwest]
features = ["json"]
version = "0.10"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "0.2"

[package]
authors = ["NeuML"]
categories = ["algorithms", "api-bindings", "text-processing"]
description = "Rust bindings for txtai, an AI-powered search engine\n"
documentation = "https://github.com/neuml/txtai.rs"
edition = "2018"
homepage = "https://github.com/neuml/txtai.rs"
keywords = ["search", "nlp", "machine-learning", "similarity"]
license = "Apache-2.0"
name = "txtai"
readme = "README.md"
repository = "https://github.com/neuml/txtai.rs"
version = "3.0.0"