solo-api 0.3.5

Solo: MCP and HTTP transports
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"
name = "solo-api"
version = "0.3.5"
authors = ["Michael <michael@solo.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solo: MCP and HTTP transports"
readme = false
license = "Apache-2.0"
repository = "https://github.com/CallMeJones/solo"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.95"

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

[dependencies.axum]
version = "0.8"

[dependencies.chrono]
version = "0.4.39"
features = ["serde"]

[dependencies.futures]
version = "0.3.31"

[dependencies.rmcp]
version = "0.1"
features = [
    "server",
    "transport-io",
]

[dependencies.rusqlite]
version = "0.38"
features = [
    "bundled-sqlcipher-vendored-openssl",
    "blob",
    "functions",
    "array",
    "backup",
]

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

[dependencies.serde_json]
version = "1.0.135"

[dependencies.solo-core]
version = "0.3.5"

[dependencies.solo-query]
version = "0.3.5"

[dependencies.solo-storage]
version = "0.3.5"

[dependencies.thiserror]
version = "2.0.9"

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

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "cors",
    "validate-request",
    "auth",
]

[dependencies.tracing]
version = "0.1.41"

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

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.parking_lot]
version = "0.12"

[dev-dependencies.solo-storage]
version = "0.3.5"
features = ["test-support"]

[dev-dependencies.tempfile]
version = "3.14"

[dev-dependencies.test-log]
version = "0.2"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]