tsafe 1.1.1

Meta-crate for the tsafe local-first secrets runtime: CLI, agent, MCP server, native host, and tray
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"
rust-version = "1.88"
name = "tsafe"
version = "1.1.1"
authors = ["Ryan Tilcock <ryan.tilcock@msamlin.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta-crate for the tsafe local-first secrets runtime: CLI, agent, MCP server, native host, and tray"
homepage = "https://github.com/0ryant/tsafe"
documentation = "https://docs.rs/tsafe"
readme = "README.md"
keywords = [
    "secrets",
    "vault",
    "cli",
    "mcp",
    "devops",
]
categories = [
    "command-line-utilities",
    "cryptography",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/0ryant/tsafe"

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

[[bin]]
name = "tsafe"
path = "src/bin/tsafe.rs"
doc = false

[[bin]]
name = "tsafe-agent"
path = "src/bin/tsafe_agent.rs"
doc = false

[[bin]]
name = "tsafe-mcp"
path = "src/bin/tsafe_mcp.rs"
doc = false

[[bin]]
name = "tsafe-nativehost"
path = "src/bin/tsafe_nativehost.rs"
doc = false

[[bin]]
name = "tsafe-tray"
path = "src/bin/tsafe_tray.rs"
doc = false

[dependencies.tsafe-agent]
version = "1.1.0"

[dependencies.tsafe-cli]
version = "1.1.0"
features = ["mcp"]

[dependencies.tsafe-mcp]
version = "1.1.0"

[dependencies.tsafe-nativehost]
version = "1.1.0"

[dependencies.tsafe-tray]
version = "1.1.0"