rustfs-mcp 0.0.6

RustFS MCP (Model Context Protocol) Server
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.93.0"
name = "rustfs-mcp"
version = "0.0.6"
authors = ["RustFS Team"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RustFS MCP (Model Context Protocol) Server"
homepage = "https://rustfs.com"
documentation = "https://docs.rs/rustfs-mcp/latest/rustfs_mcp/"
readme = "README.md"
keywords = [
    "mcp",
    "s3",
    "aws",
    "rustfs",
    "server",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/rustfs/mcp"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-unknown-linux-gnu",
]
rustc-args = [
    "--cfg",
    "tokio_unstable",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
    "--cfg",
    "tokio_unstable",
]

[features]
default = ["io-uring"]
io-uring = ["tokio/io-uring"]

[lib]
name = "rustfs_mcp"
path = "src/lib.rs"
doctest = false

[[bin]]
name = "rustfs-mcp"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.aws-sdk-s3]
version = "1.129.0"
features = [
    "sigv4a",
    "default-https-client",
    "rt-tokio",
]
default-features = false

[dependencies.aws-smithy-http-client]
version = "1.1.12"
features = [
    "default-client",
    "rustls-aws-lc",
]
default-features = false

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.rmcp]
version = "1.5.0"
features = [
    "server",
    "transport-io",
    "macros",
]
default-features = false

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.tokio]
version = "1.52.1"
features = [
    "fs",
    "io-std",
    "io-util",
    "macros",
    "rt-multi-thread",
]
default-features = false

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.serde_json]
version = "1.0.149"

[lints.clippy]
all = "warn"
needless_borrow = "warn"
redundant_closure = "warn"

[lints.rust]
unsafe_code = "warn"
unused = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]