mcp-server-sqlite 1.0.0

An MCP server for SQLite with fine-grained access control
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 = "mcp-server-sqlite"
version = "1.0.0"
authors = ["Omar Abdulla <OmarAbdulla7@hotmail.com>"]
build = false
exclude = [
    ".github/",
    "tests/",
    "Makefile.toml",
    "taplo.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An MCP server for SQLite with fine-grained access control"
homepage = "https://github.com/0xOmarA/mcp-server-sqlite"
readme = "README.md"
keywords = [
    "access-control",
    "mcp",
    "server",
    "sqlite",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/0xOmarA/mcp-server-sqlite"

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

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.paste]
version = "1.0.15"

[dependencies.r2d2]
version = "0.8.10"

[dependencies.r2d2_sqlite]
version = "0.33.0"

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

[dependencies.rusqlite]
version = "0.39.0"
features = [
    "backup",
    "bundled",
    "hooks",
]

[dependencies.schemars]
version = "1.2.1"
features = [
    "derive",
    "std",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"
features = [
    "std",
    "macros",
    "hex",
]
default-features = false

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.51.0"
features = [
    "macros",
    "rt-multi-thread",
    "io-std",
    "io-util",
]

[dependencies.tracing]
version = "0.1.44"
features = ["std"]
default-features = false

[dependencies.tracing-subscriber]
version = "0.3.23"
features = [
    "env-filter",
    "fmt",
    "std",
]
default-features = false

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