smix-verbs 1.0.21

smix-verbs — canonical verb table (maestro ↔ smix mapping) shared by smix-adapter-maestro parser and smix-migrate codemod. Single source of truth for the supported yaml verbs. Reviewer invariant: any new verb must land in VERB_TABLE first; both parser and codemod pick it up automatically.
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.97"
name = "smix-verbs"
version = "1.0.21"
authors = ["Golia <doracawl@golia.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "smix-verbs — canonical verb table (maestro ↔ smix mapping) shared by smix-adapter-maestro parser and smix-migrate codemod. Single source of truth for the supported yaml verbs. Reviewer invariant: any new verb must land in VERB_TABLE first; both parser and codemod pick it up automatically."
homepage = "https://github.com/goliajp/smix"
documentation = "https://docs.rs/smix-verbs"
readme = "README.md"
keywords = [
    "verb",
    "yaml",
    "maestro",
    "smix",
    "codemod",
]
categories = [
    "development-tools",
    "data-structures",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/goliajp/smix"

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

[dependencies]

[lints.clippy]
result_large_err = "allow"

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

[lints.rust]
warnings = "deny"