scrybe-tools 0.6.3

Scrybe tools — one ToolSpec registry shared by the CLI and the MCP server
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 = "scrybe-tools"
version = "0.6.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scrybe tools — one ToolSpec registry shared by the CLI and the MCP server"
homepage = "https://github.com/hartsock/scrybe"
readme = "README.md"
keywords = [
    "mcp",
    "cli",
    "tools",
    "registry",
    "scrybe",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/hartsock/scrybe"

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

[[example]]
name = "render_drive"
path = "examples/render_drive.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.scrybe-core]
version = "=0.6.3"

[dependencies.scrybe-mermaid]
version = "=0.6.3"

[dependencies.scrybe-mermaid-render]
version = "=0.6.3"

[dependencies.scrybe-render]
version = "=0.6.3"

[dependencies.scrybe-rpc]
version = "=0.6.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.which]
version = "7"

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

[lints.clippy]
explicit_iter_loop = "warn"
flat_map_option = "warn"
implicit_clone = "warn"
needless_for_each = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"
useless_conversion = "warn"