pockingbird 0.2.0

Report-only CLI that finds duplicate translation keys across gettext .po catalogs
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 = "2021"
name = "pockingbird"
version = "0.2.0"
authors = ["Kira Kurentsov <immortalsteel@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Report-only CLI that finds duplicate translation keys across gettext .po catalogs"
homepage = "https://github.com/Segodnya/pockingbird"
documentation = "https://docs.rs/pockingbird"
readme = "README.md"
keywords = [
    "gettext",
    "i18n",
    "localization",
    "po",
    "duplicate",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/Segodnya/pockingbird"

[features]
cli = [
    "dep:clap",
    "dep:colored",
]
default = ["cli"]

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

[[bin]]
name = "pockingbird"
path = "src/main.rs"
required-features = ["cli"]

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

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

[dependencies.clap]
version = "4"
features = ["derive"]
optional = true

[dependencies.colored]
version = "2"
optional = true

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.polib]
version = "0.2"

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.strsim]
version = "0.11"

[dependencies.toml]
version = "0.8"

[dependencies.unicode-properties]
version = "0.1"
features = ["general-category"]

[dev-dependencies.cargo-husky]
version = "1.5.0"
features = ["user-hooks"]
default-features = false

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

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

[lints.clippy]
all = "warn"

[lints.rust]
unused = "warn"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"