30825912f4
[TSM.ID].[11031972] PXE : Platform X Ecosystem I [142 Module - REAL LIVE -] / 3Z: Zero Error Check (142 Modules) (push) Waiting to run
36 lines
1.5 KiB
TOML
36 lines
1.5 KiB
TOML
# [TSM.ID].[11031972] -- All Rights Reserved. Proprietary & Confidential.
|
|
[package]
|
|
name = "xcu-core"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
authors = ["TSM.ID <tsm@tsm.id>"]
|
|
description = "[TSM.ID].[11031972] XCU Core Engine - Platform X Foundation"
|
|
|
|
[dependencies]
|
|
serde = { version = "1", features = ["derive"] }
|
|
serde_json = "1"
|
|
tokio = { version = "1", features = ["full"] }
|
|
tracing = "0.1"
|
|
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt"] }
|
|
axum = "0.7"
|
|
tower-http = { version = "0.5", features = ["cors", "trace"] }
|
|
xcu-rpc = { path = "../xcu-rpc" }
|
|
xcu-crypto = { path = "../xcu-crypto" }
|
|
xcu-ouroboros = { path = "../xcu-ouroboros" }
|
|
xcu-sentinel = { path = "../xcu-sentinel" }
|
|
xcu-rate-limiter = { path = "../xcu-rate-limiter" }
|
|
xcu-load-balancer = { path = "../xcu-load-balancer" }
|
|
xcu-telemetry-core = { path = "../xcu-telemetry-core" }
|
|
xcu-config-vault = { path = "../xcu-config-vault" }
|
|
xcu-billing-matrix = { path = "../xcu-billing-matrix" }
|
|
xcu-iam-gatekeeper = { path = "../xcu-iam-gatekeeper" }
|
|
xcu-api-gateway = { path = "../xcu-api-gateway" }
|
|
xcu-command-center = { path = "../xcu-command-center" }
|
|
xcu-ebpf = { path = "../xcu-ebpf" }
|
|
xcu-ebpf-loader = { path = "../xcu-ebpf-loader" }
|
|
xcu-omega = { path = "../xcu-omega" }
|
|
uuid = { version = "1.23.2", features = ["serde", "v4"] }
|
|
chrono = { version = "0.4.44", features = ["serde"] }
|
|
sqlx = { version = "0.8.2", features = ["runtime-tokio-rustls", "postgres", "uuid", "json", "chrono"] }
|
|
rand = "0.10.1"
|