gwk 0.0.2

The GridWork kernel namespace — umbrella crate for the gwk-* contract crates (gwk-domain, gwk-cert, gwk-theme).
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 = "gwk"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The GridWork kernel namespace — umbrella crate for the gwk-* contract crates (gwk-domain, gwk-cert, gwk-theme)."
homepage = "https://gridwork.dev"
readme = "README.md"
keywords = [
    "gridwork",
    "agent",
    "contract",
    "namespace",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/GridWork-dev/gridwork"

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

[lints.clippy]
unwrap_used = "deny"

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