flynt 0.3.0

Lint Fluent translation keys against their use in Rust code and Askama templates
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"
name = "flynt"
version = "0.3.0"
authors = ["Flavien Scheurer <flavien+flynt@ystorian.com>"]
build = false
exclude = [
    ".editorconfig",
    ".gitignore",
    ".githooks",
    ".github",
    ".just",
    ".markdownlint.json",
    ".rustfmt.toml",
    ".vscode",
    "deny.toml",
    "Icon*",
    "justfile",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lint Fluent translation keys against their use in Rust code and Askama templates"
readme = "README.md"
keywords = [
    "fluent",
    "i18n",
    "l10n",
    "lint",
    "askama",
]
categories = [
    "development-tools",
    "internationalization",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ystorian/flynt"

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

[[bin]]
name = "flynt"
path = "src/main.rs"

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

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

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

[dependencies.anyhow]
version = "1"
features = ["std"]
default-features = false

[dependencies.clap]
version = "4.6"
features = [
    "std",
    "derive",
    "help",
    "usage",
    "error-context",
    "wrap_help",
]
default-features = false

[dependencies.fluent-syntax]
version = "0.12"
default-features = false

[dependencies.glob]
version = "0.3"
default-features = false

[dependencies.regex]
version = "1.11"
features = [
    "std",
    "perf",
    "unicode-perl",
]
default-features = false

[dependencies.serde]
version = "1"
features = [
    "std",
    "derive",
]
default-features = false

[dependencies.serde_json]
version = "1"
features = ["std"]
default-features = false

[dependencies.toml]
version = "1"
features = [
    "std",
    "parse",
    "serde",
]
default-features = false

[dependencies.walkdir]
version = "2.5"
default-features = false

[profile.ci]
opt-level = 0
debug = 0
incremental = false
inherits = "dev"

[profile.ci.package."*"]
opt-level = 0
debug = 0
incremental = false

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = true