ceres-core 0.1.1

Core types and error handling for Ceres
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.dirs]
version = "6.0"

[dependencies.pgvector]
features = ["sqlx", "serde"]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sqlx]
features = ["runtime-tokio", "tls-rustls", "postgres", "uuid", "chrono", "json"]
version = "0.8"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

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

[package]
authors = ["Andrea Bozzo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Core types and error handling for Ceres"
edition = "2021"
keywords = ["ckan", "open-data", "semantic-search", "embeddings"]
license = "Apache-2.0"
name = "ceres-core"
readme = false
repository = "https://github.com/AndreaBozzo/Ceres"
version = "0.1.1"