op-mcp 0.1.0

MCP server providing LLM access to 1Password CLI
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 = "2021"
name = "op-mcp"
version = "0.1.0"
authors = ["GoodWok Dev <welcome@goodwok.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MCP server providing LLM access to 1Password CLI"
homepage = "https://github.com/goodwokdev/op-mcp"
documentation = "https://github.com/goodwokdev/op-mcp#readme"
readme = "README.md"
keywords = [
    "mcp",
    "1password",
    "secrets",
    "cli",
    "llm",
]
categories = [
    "command-line-utilities",
    "authentication",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/goodwokdev/op-mcp"

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

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.base64]
version = "0.22"

[dependencies.rust-mcp-schema]
version = "0.4"

[dependencies.rust-mcp-sdk]
version = "0.2"
features = ["server"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

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

[dependencies.which]
version = "7"

[target.'cfg(target_os = "linux")'.dependencies.openssl]
version = "0.10"
features = ["vendored"]

[target.'cfg(target_os = "windows")'.dependencies.openssl]
version = "0.10"
features = ["vendored"]

[profile.release]
lto = true
strip = true