txtai 9.9.0

Rust client for txtai
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "txtai"
version = "9.9.0"
authors = ["NeuML"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Rust client for txtai
"""
homepage = "https://github.com/neuml/txtai.rs"
documentation = "https://github.com/neuml/txtai.rs"
readme = "README.md"
keywords = [
    "search",
    "nlp",
    "machine-learning",
    "similarity",
]
categories = [
    "algorithms",
    "api-bindings",
    "text-processing",
]
license = "Apache-2.0"
repository = "https://github.com/neuml/txtai.rs"

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

[dependencies.enum-as-inner]
version = "0.6.0"

[dependencies.reqwest]
version = "0.11"
features = [
    "json",
    "multipart",
]

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

[dependencies.serde_json]
version = "1.0"

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