ceres-client 0.2.0

HTTP clients for CKAN portals and Gemini embeddings API
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 = "ceres-client"
version = "0.2.0"
authors = ["Andrea Bozzo"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP clients for CKAN portals and Gemini embeddings API"
readme = "README.md"
keywords = [
    "ckan",
    "gemini",
    "embeddings",
    "http-client",
]
categories = ["web-programming::http-client"]
license = "Apache-2.0"
repository = "https://github.com/AndreaBozzo/Ceres"
resolver = "2"

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

[dependencies.ceres-core]
version = "0.2.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.reqwest]
version = "0.13.1"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.tokio]
version = "1.49.0"
features = ["full"]

[dependencies.url]
version = "2.5"