[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"