flynt 0.4.1

Fluent linter for 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"
name = "flynt"
version = "0.4.1"
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "Cargo.lock",
    "./README.md",
    "LICENSE-*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Fluent linter for Askama templates"
readme = "README.md"
keywords = [
    "fluent",
    "i18n",
    "l10n",
    "linter",
    "askama",
]
categories = [
    "development-tools",
    "internationalization",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ystorian/flynt"

[package.metadata.binstall.signing]
algorithm = "minisign"
pubkey = "RWQ69Hvl5QTvlEijVj07M01eDJYtEJuTvfBKDPQ/0VkiOX3vL9IlbCwX"

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

[[bin]]
name = "flynt"
path = "src/main.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