endpoints 0.38.0

A collection of data structures for the OpenAI-compatible endpoints.
# 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 = "2021"
name = "endpoints"
version = "0.38.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of data structures for the OpenAI-compatible endpoints."
documentation = "https://docs.rs/endpoints/"
readme = "README.md"
categories = ["data-structures"]
license = "Apache-2.0"
repository = "https://github.com/LlamaEdge/LlamaEdge"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
full = [
    "whisper",
    "logging",
    "keyword_search",
]
keyword_search = []
logging = ["log"]
whisper = []

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

[dependencies.indexmap]
version = "^2.2"
features = ["serde"]

[dependencies.log]
version = "0.4.21"
features = [
    "std",
    "kv",
    "kv_serde",
]
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.url]
version = "2.5"

[dev-dependencies.serde_json]
version = "1.0"