gridwork 0.0.1

GridWork — an agent operating system for the terminal. Placeholder for the gw binary; the contract surface currently lives in the gwk-* crates.
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 = "2024"
rust-version = "1.94"
name = "gridwork"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GridWork — an agent operating system for the terminal. Placeholder for the gw binary; the contract surface currently lives in the gwk-* crates."
homepage = "https://gridwork.dev"
readme = false
keywords = [
    "agent",
    "terminal",
    "orchestration",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/GridWork-dev/gridwork"

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

[lints.clippy]
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"
unsafe_op_in_unsafe_fn = "deny"