yorishiro-server 0.12.1

HTTP server (REST + MCP) for Yorishiro, an MCP-native knowledge store
# 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 = "yorishiro-server"
version = "0.12.1"
build = false
include = [
    "src/**/*",
    "README.md",
    "../../migrations/**/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP server (REST + MCP) for Yorishiro, an MCP-native knowledge store"
readme = "README.md"
license = "BUSL-1.1"
repository = "https://github.com/yotsunagi/yorishiro"
resolver = "2"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.8"
features = ["macros"]

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

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.http]
version = "1"

[dependencies.rmcp]
version = "2.2.0"
features = [
    "server",
    "macros",
    "schemars",
    "transport-streamable-http-server",
]

[dependencies.schemars]
version = "1"
features = ["uuid1"]

[dependencies.sea-query]
version = "0.32"
features = [
    "with-uuid",
    "with-chrono",
    "with-json",
    "postgres-vector",
    "postgres-array",
]

[dependencies.sea-query-binder]
version = "0.7"
features = [
    "sqlx-postgres",
    "with-uuid",
    "with-chrono",
    "with-json",
    "postgres-vector",
    "postgres-array",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "uuid",
    "chrono",
    "json",
    "macros",
    "migrate",
]

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

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

[dependencies.tower-http]
version = "0.7"
features = [
    "cors",
    "trace",
    "fs",
    "request-id",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-appender]
version = "0.2"

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

[dependencies.utoipa]
version = "5"
features = [
    "axum_extras",
    "uuid",
    "chrono",
]

[dependencies.utoipa-swagger-ui]
version = "9"
features = ["axum"]

[dependencies.uuid]
version = "1"
features = ["serde"]

[dependencies.yorishiro-core]
version = "0.12"

[dependencies.yorishiro-web]
version = "0.12"

[dev-dependencies.async-trait]
version = "0.1"

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

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

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