runtool 0.3.12

a.k.a. run: the bridge between human and AI tooling
# 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 = "2024"
name = "runtool"
version = "0.3.12"
authors = [
    "nihilok nihilok@jarv.dev",
    "sebastian <s@porto5.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a.k.a. run: the bridge between human and AI tooling"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nihilok/run"
resolver = "2"

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

[dependencies.run]
version = "0.3.12"

[lints.clippy]
expect_used = "deny"
unwrap_used = "deny"

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