chroma 0.13.0

Client for Chroma, the AI-native cloud database.
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"
version = "0.13.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client for Chroma, the AI-native cloud database."
readme = "README.md"
license = "Apache-2.0"

[features]
default = [
    "rustls",
    "ollama",
]
native-tls = [
    "reqwest/default-tls",
    "reqwest/default",
]
ollama = []
rustls = ["reqwest/rustls-tls"]

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

[[example]]
name = "collection_search"
path = "examples/collection_search.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.backon]
version = "1.5"

[dependencies.bon]
version = "3.8.1"

[dependencies.chroma-api-types]
version = "0.13.0"

[dependencies.chroma-error]
version = "0.13.0"

[dependencies.chroma-types]
version = "0.13.0"

[dependencies.murmur3]
version = "0.5.2"

[dependencies.opentelemetry]
version = ">=0.27,<0.32"
optional = true

[dependencies.parking_lot]
version = "0.12.3"
features = ["serde"]

[dependencies.reqwest]
version = ">=0.12.0,<0.13.0"
features = [
    "json",
    "charset",
    "system-proxy",
    "http2",
]
default-features = false

[dependencies.rust-stemmers]
version = "1.2"

[dependencies.serde]
version = "1.0.215"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.133"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tokio]
version = ">=1,<2"
features = ["sync"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.futures-util]
version = "0.3.31"

[dev-dependencies.httpmock]
version = "0.8.2"

[dev-dependencies.test-log]
version = "0.2.18"
features = ["trace"]

[dev-dependencies.tokio]
version = "1.41"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
    "time",
    "io-util",
    "signal",
]

[dev-dependencies.uuid]
version = "1.11.0"
features = [
    "v4",
    "v7",
    "fast-rng",
    "macro-diagnostics",
    "serde",
]