93 lines
1.7 KiB
TOML
93 lines
1.7 KiB
TOML
# 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 = "cxcloud-common"
|
|
version = "0.1.0"
|
|
build = false
|
|
publish = ["cxai"]
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
readme = false
|
|
|
|
[lib]
|
|
name = "cxcloud_common"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.anyhow]
|
|
version = "1"
|
|
|
|
[dependencies.chrono]
|
|
version = "0.4"
|
|
features = ["serde"]
|
|
|
|
[dependencies.cxcloud-proto]
|
|
version = "0.1.0"
|
|
registry-index = "sparse+https://git.cxllm-studio.com/api/packages/CxAI-LLM/cargo/"
|
|
|
|
[dependencies.deadpool-redis]
|
|
version = "0.18"
|
|
|
|
[dependencies.opentelemetry]
|
|
version = "0.24"
|
|
|
|
[dependencies.opentelemetry-otlp]
|
|
version = "0.17"
|
|
|
|
[dependencies.opentelemetry_sdk]
|
|
version = "0.24"
|
|
features = ["rt-tokio"]
|
|
|
|
[dependencies.redis]
|
|
version = "0.27"
|
|
features = [
|
|
"tokio-comp",
|
|
"connection-manager",
|
|
]
|
|
|
|
[dependencies.serde]
|
|
version = "1"
|
|
features = ["derive"]
|
|
|
|
[dependencies.serde_json]
|
|
version = "1"
|
|
|
|
[dependencies.thiserror]
|
|
version = "2"
|
|
|
|
[dependencies.tokio]
|
|
version = "1"
|
|
features = ["full"]
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1"
|
|
|
|
[dependencies.tracing-opentelemetry]
|
|
version = "0.25"
|
|
|
|
[dependencies.tracing-subscriber]
|
|
version = "0.3"
|
|
features = [
|
|
"env-filter",
|
|
"json",
|
|
]
|
|
|
|
[dependencies.uuid]
|
|
version = "1"
|
|
features = [
|
|
"v7",
|
|
"serde",
|
|
]
|