scv-server 0.1.21

Authoritative session and tool server for SCV
Documentation
# 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"
name = "scv-server"
version = "0.1.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Authoritative session and tool server for SCV"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/PeiyuanQi/scv"
resolver = "2"

[lib]
name = "scv_server"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.99"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.dirs]
version = "6.0.0"

[dependencies.libc]
version = "0.2.175"

[dependencies.scv-clawbot]
version = "=0.1.21"

[dependencies.scv-client]
version = "=0.1.21"

[dependencies.scv-core]
version = "=0.1.21"

[dependencies.scv-protocol]
version = "=0.1.21"

[dependencies.scv-provider-openai]
version = "=0.1.21"

[dependencies.scv-tools]
version = "=0.1.21"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.143"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.21.0"

[dependencies.tokio]
version = "1.47.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "signal",
    "sync",
    "time",
]

[dependencies.tokio-util]
version = "0.7.16"
features = ["rt"]

[dependencies.toml]
version = "0.9.5"

[dependencies.tracing]
version = "0.1.41"

[dependencies.uuid]
version = "1.18.1"
features = [
    "serde",
    "v4",
]