filesystem-mcp-rust 0.0.2

A Model Context Protocol (MCP) server for advanced filesystem operations with file handling capabilities
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 = "filesystem-mcp-rust"
version = "0.0.2"
authors = ["awol2005ex <awol2005ex@163.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Model Context Protocol (MCP) server for advanced filesystem operations with  file handling capabilities"
readme = "README.md"
keywords = [
    "mcp",
    "filesystem",
    "file-operations",
    "rust",
    "server",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "filesystem",
]
license = "Apache-2.0"
repository = "https://gitee.com/awol2010ex/filesystem-mcp-rust"

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

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

[dependencies.base64]
version = "=0.22.1"

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

[dependencies.fs_extra]
version = "=1.3.0"

[dependencies.glob]
version = "=0.3.1"

[dependencies.ignore]
version = "=0.4.25"

[dependencies.regex]
version = "=1.12.2"

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

[dependencies.serde_json]
version = "=1.0.145"

[dependencies.sha2]
version = "=0.10.9"

[dependencies.tempfile]
version = "=3.23.0"

[dependencies.walkdir]
version = "=2.5.0"

[profile.dev]
opt-level = 0
lto = false
codegen-units = 256
debug = 2
rpath = false
panic = "unwind"
incremental = true

[profile.fast]
opt-level = 1
codegen-units = 256
incremental = true
inherits = "dev"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true