albert-tools 1.1.1

Tool execution layer for Albert CLI — file ops, bash, grep/glob search and MCP tool dispatch
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 = "albert-tools"
version = "1.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool execution layer for Albert CLI — file ops, bash, grep/glob search and MCP tool dispatch"
homepage = "https://ternlang.com"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "tools",
    "mcp",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/eriirfos-eng/ternary-intelligence-stack"

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

[dependencies.api]
version = "1.1.1"
package = "albert-api"

[dependencies.dirs]
version = "5"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "rustls-tls",
]
default-features = false

[dependencies.runtime]
version = "1.1.1"
package = "albert-runtime"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[dependencies.walkdir]
version = "2"

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"