anda_db_schema 0.4.7

Anda DB schema library for Rust.
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 = "2024"
name = "anda_db_schema"
version = "0.4.7"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Anda DB schema library for Rust."
readme = "README.md"
keywords = [
    "database",
    "vector",
    "search",
    "embedding",
    "ai",
]
categories = [
    "database",
    "data-structures",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/ldclabs/anda_db/tree/main/rs/anda_db_schema"
resolver = "2"

[package.metadata.cargo-shear]
ignored = ["serde_bytes"]

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

[[test]]
name = "anda_db_schema_derive"
path = "tests/anda_db_schema_derive.rs"

[[test]]
name = "field_typed_derive"
path = "tests/field_typed_derive.rs"

[dependencies.anda_db_derive]
version = "0.4"

[dependencies.base64]
version = "0.22"

[dependencies.ciborium]
version = "0.2"

[dependencies.half]
version = "2.6"
features = ["serde"]

[dependencies.ic_auth_types]
version = "0.7"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.hex]
version = "0.4"