lingora-cli 0.4.13

Lingora is a free and open-source localization management program that analyses fluent translation files highlighting discrepancies between reference and target languages. This application provides a command line interface; enter `lingora-cli --help` for further information.
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"
name = "lingora-cli"
version = "0.4.13"
authors = ["Nigel Eke"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Lingora is a free and open-source localization management program that analyses
fluent translation files highlighting discrepancies between reference and target
languages. This application provides a command line interface; enter `lingora-cli --help`
for further information.
"""
homepage = "https://nigeleke.github.io/lingora"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/nigeleke/lingora"
resolver = "2"

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

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "color",
]

[dependencies.lingora-core]
version = "0.4.13"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.insta]
version = "1.44"
features = ["filters"]

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.regex]
version = "1.12"

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