textlog 0.1.0

macOS clipboard + OCR daemon exposed to Claude Code as an MCP server
# 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 = "2021"
rust-version = "1.80"
name = "textlog"
version = "0.1.0"
authors = ["xicao"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS clipboard + OCR daemon exposed to Claude Code as an MCP server"
homepage = "https://github.com/xicv/textlog"
documentation = "https://github.com/xicv/textlog#readme"
readme = "README.md"
keywords = [
    "mcp",
    "claude",
    "clipboard",
    "ocr",
    "macos",
]
categories = [
    "command-line-utilities",
    "os::macos-apis",
]
license = "MIT"
repository = "https://github.com/xicv/textlog"

[features]
default = [
    "mcp",
    "service",
]
mcp = []
service = []

[[bin]]
name = "tl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4.6"

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.notify-rust]
version = "4"

[dependencies.objc2]
version = "0.6"

[dependencies.objc2-app-kit]
version = "0.3"
features = ["NSPasteboard"]

[dependencies.objc2-foundation]
version = "0.3"
features = [
    "NSData",
    "NSArray",
    "NSDictionary",
    "NSString",
    "NSError",
    "NSObject",
]

[dependencies.objc2-vision]
version = "0.3"
features = [
    "VNRecognizeTextRequest",
    "VNRequest",
    "VNRequestHandler",
    "VNObservation",
]

[dependencies.regex]
version = "1"

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

[dependencies.rusqlite]
version = "0.39"
features = [
    "bundled",
    "chrono",
]

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "1.1"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio-test]
version = "0.4"