solo-api 0.11.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.11.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"

[features]
test-support = []

[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.base64]
version = "0.22"

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

[dependencies.dashmap]
version = "6"

[dependencies.futures]
version = "0.3.31"

[dependencies.jsonwebtoken]
version = "10"
features = [
    "rust_crypto",
    "use_pem",
]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rmcp]
version = "1.7"
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.11.5"

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

[dependencies.solo-steward]
version = "0.11.5"

[dependencies.solo-storage]
version = "0.11.5"
default-features = false

[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.base64]
version = "0.22"

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

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

[dev-dependencies.rmcp]
version = "1.7"
features = [
    "server",
    "transport-io",
    "client",
]

[dev-dependencies.solo-storage]
version = "0.11.5"
features = ["test-support"]
default-features = false

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

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

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

[dev-dependencies.wiremock]
version = "0.6"

[dev-dependencies.zeroize]
version = "1.8"
features = ["derive"]

[lints.clippy]
assertions_on_constants = "allow"
await_holding_lock = "allow"
clone_on_copy = "allow"
collapsible_if = "allow"
const_is_empty = "allow"
doc_lazy_continuation = "allow"
doc_overindented_list_items = "allow"
explicit_auto_deref = "allow"
large_enum_variant = "allow"
manual_repeat_n = "allow"
manual_str_repeat = "allow"
manual_strip = "allow"
needless_borrows_for_generic_args = "allow"
needless_pass_by_ref_mut = "allow"
print_literal = "allow"
question_mark = "allow"
redundant_clone = "allow"
redundant_closure_for_method_calls = "allow"
single_char_add_str = "allow"
stable_sort_primitive = "allow"
too_many_arguments = "allow"
unnecessary_mut_passed = "allow"
unnecessary_sort_by = "allow"
useless_format = "allow"
useless_vec = "allow"
write_with_newline = "allow"