workshop-rs-cli 0.1.5

Standalone CLI for the canonical Workshop core: parse, emit, convert, locales, and catalog identity.
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.85.0"
name = "workshop-rs-cli"
version = "0.1.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standalone CLI for the canonical Workshop core: parse, emit, convert, locales, and catalog identity."
readme = false
license = "MIT"
repository = "https://github.com/wrightkit/workshop-rs"

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

[[bin]]
name = "workshop-rs-cli"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.workshop-rs]
version = "0.1.5"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
dbg_macro = "deny"
todo = "deny"
unimplemented = "deny"

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

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

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

[lints.rust]
unreachable_pub = "deny"
unsafe_op_in_unsafe_fn = "deny"