bear-mcp-server 0.1.1

A Model Context Protocol server for Bear.app
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 = "bear-mcp-server"
version = "0.1.1"
authors = ["Jacob Adam <software@jacobadam.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Model Context Protocol server for Bear.app"
homepage = "https://github.com/jakubadamw/bear-mcp-server"
documentation = "https://github.com/jakubadamw/bear-mcp-server"
readme = "README.md"
license = "ISC"
repository = "https://github.com/jakubadamw/bear-mcp-server"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.chrono]
version = "0.4"

[dependencies.dirs]
version = "6"

[dependencies.dotenv]
version = "0.15"

[dependencies.futures]
version = "0.3"

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

[dependencies.rmcp-macros]
version = "0.3"

[dependencies.schemars]
version = "1"

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

[dependencies.sqlx]
version = "0.8"
features = [
    "chrono",
    "runtime-tokio-rustls",
    "sqlite",
]

[dependencies.structopt]
version = "0.3"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

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