poly_l10n 0.0.7

Handle locali(s|z)ations the correct way
Documentation
[dependencies.isolang]
default-features = false
version = "2.4.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.preinterpret]
optional = true
version = "0.2.0"

[dependencies.tracing]
default-features = false
optional = true
version = "0.1.41"

[dependencies.unic-langid]
version = "0.9.5"

[features]
default = ["tracing", "per_lang_default_rules", "getlang"]
getlang = ["dep:windows"]
per_lang_default_rules = ["dep:preinterpret"]
tracing = ["dep:tracing"]

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

[lints.clippy]
arithmetic_side_effects = "warn"
assertions_on_result_states = "warn"
clone_on_ref_ptr = "warn"
create_dir = "warn"
disallowed-macros = "deny"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
excessive-nesting = "warn"
field_scoped_visibility_modifiers = "deny"
format_push_string = "warn"
get_unwrap = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
indexing_slicing = "warn"
infinite_loop = "deny"
let_underscore_must_use = "deny"
let_underscore_untyped = "warn"
multiple_inherent_impl = "warn"
needless_raw_strings = "warn"
rc_buffer = "warn"
rc_mutex = "deny"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
rest_pat_in_fully_bound_structs = "warn"
semicolon_outside_block = "warn"
str_to_string = "warn"
string_lit_chars_any = "warn"
string_to_string = "warn"
tests_outside_test_module = "warn"
todo = "warn"
try_err = "warn"
undocumented_unsafe_blocks = "deny"
unimplemented = "warn"
unneeded_field_pattern = "warn"
unwrap_in_result = "warn"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.complexity]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.suspicious]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["accessibility", "internationalization", "localization"]
description = "Handle locali(s|z)ations the correct way"
documentation = "https://docs.rs/poly_l10n/"
edition = "2024"
keywords = ["i18n", "l10n", "localization", "internationalization", "locale"]
license = "GPL-3.0-or-later"
name = "poly_l10n"
readme = "README.md"
repository = "https://github.com/madonuko/poly_l10n"
version = "0.0.7"

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

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Globalization"]
optional = true
version = "0.61.1"