ferrocat-cli 2.2.0

Command-line interface for Ferrocat catalog audit workflows.
# 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.93.0"
name = "ferrocat-cli"
version = "2.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for Ferrocat catalog audit workflows."
homepage = "https://github.com/sebastian-software/ferrocat"
documentation = "https://docs.rs/ferrocat-cli"
readme = "README.md"
keywords = [
    "ferrocat",
    "gettext",
    "po",
    "i18n",
    "cli",
]
categories = [
    "command-line-utilities",
    "internationalization",
    "localization",
]
license = "MIT"
repository = "https://github.com/sebastian-software/ferrocat"
resolver = "2"

[package.metadata.docs.rs]
all-features = true

[[bin]]
name = "ferrocat"
path = "src/main.rs"
doc = false

[dependencies.ferrocat-po]
version = "2.2.0"
features = [
    "catalog",
    "serde",
]
default-features = false

[dependencies.serde_json]
version = "1.0.145"

[dev-dependencies.tempfile]
version = "3.23.0"

[lints.clippy]
dbg_macro = "deny"
needless_borrow = "deny"
redundant_clone = "deny"
todo = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"