chroma-error 0.13.0

Chroma-provided crate for errors returned from Chroma.
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 = "2021"
name = "chroma-error"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Chroma-provided crate for errors returned from Chroma."
readme = false
license = "Apache-2.0"
repository = "https://github.com/chroma-core/chroma"

[features]
http = ["dep:http"]
sqlx = ["dep:sqlx"]
tonic = ["dep:tonic"]
validator = ["dep:validator"]

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

[dependencies.http]
version = "1.1.0"
optional = true

[dependencies.sqlx]
version = "0.8.3"
features = [
    "runtime-tokio",
    "sqlite",
    "postgres",
    "chrono",
]
optional = true

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tonic]
version = "0.14"
optional = true

[dependencies.validator]
version = "0.19"
features = ["derive"]
optional = true