85 lines
1.7 KiB
TOML
85 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 = "2024"
|
|
name = "cxai-bridge"
|
|
version = "0.1.0"
|
|
authors = ["CxAI-LLM <agent@cxai-studio.com>"]
|
|
build = false
|
|
autolib = false
|
|
autobins = false
|
|
autoexamples = false
|
|
autotests = false
|
|
autobenches = false
|
|
description = "FFI bridge for C++ interop, JSON-RPC proxy, and SignalR WebSocket client"
|
|
homepage = "https://cxllm.io"
|
|
readme = false
|
|
license = "MIT"
|
|
repository = "https://git.cxllm-studio.com/CxAI-LLM/CxAI.Rust"
|
|
resolver = "2"
|
|
|
|
[lib]
|
|
name = "cxai_bridge"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies.cxai-sdk]
|
|
version = "0.1.0"
|
|
registry-index = "sparse+https://git.cxllm-studio.com/api/packages/CxAI-LLM/cargo/"
|
|
|
|
[dependencies.futures-util]
|
|
version = "0.3"
|
|
|
|
[dependencies.reqwest]
|
|
version = "0.12"
|
|
features = [
|
|
"json",
|
|
"rustls-tls",
|
|
"stream",
|
|
]
|
|
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.tokio-tungstenite]
|
|
version = "0.26"
|
|
features = ["rustls-tls-webpki-roots"]
|
|
|
|
[dependencies.tracing]
|
|
version = "0.1"
|
|
|
|
[dependencies.uuid]
|
|
version = "1"
|
|
features = [
|
|
"v4",
|
|
"serde",
|
|
]
|
|
|
|
[dev-dependencies.tokio]
|
|
version = "1"
|
|
features = [
|
|
"full",
|
|
"test-util",
|
|
"macros",
|
|
]
|