cvx-server 0.1.0

ChronosVector server binary — bootstrap, config, and runtime
# 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"
rust-version = "1.88.0"
name = "cvx-server"
version = "0.1.0"
authors = ["Manuel Couto Pintos"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ChronosVector server binary — bootstrap, config, and runtime"
readme = false
license-file = "LICENSE"
repository = "https://github.com/manucouto1/chronos-vector"
resolver = "2"

[features]
default = []
distributed = []
torch-backend = ["cvx-api/torch-backend"]

[[bin]]
name = "cvx-server"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"

[dependencies.cvx-api]
version = "0.1.0"

[dependencies.cvx-core]
version = "0.1.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]