# 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-agent" version = "0.1.0" build = false publish = ["cxai"] autolib = false autobins = false autoexamples = false autotests = false autobenches = false readme = false [[bin]] name = "agent-service" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.axum] version = "0.7" features = ["macros"] [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.cxcloud-common] version = "0.1.0" registry-index = "sparse+https://git.cxllm-studio.com/api/packages/CxAI-LLM/cargo/" [dependencies.cxcloud-proto] version = "0.1.0" registry-index = "sparse+https://git.cxllm-studio.com/api/packages/CxAI-LLM/cargo/" [dependencies.prost] version = "0.13" [dependencies.prost-types] version = "0.13" [dependencies.redis] version = "0.27" features = [ "tokio-comp", "connection-manager", ] [dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tonic] version = "0.12" [dependencies.tracing] version = "0.1" [dependencies.uuid] version = "1" features = [ "v7", "serde", ]