unic-locale-impl 0.9.5

API for managing Unicode Locale Identifiers
Documentation
[[bench]]
harness = false
name = "parser"
path = "benches/parser.rs"

[[bench]]
harness = false
name = "canonicalize"
path = "benches/canonicalize.rs"

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

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

[[test]]
name = "locale_test"
path = "tests/locale_test.rs"
[dependencies.tinystr]
version = "0.7.0"

[dependencies.unic-langid-impl]
version = "0.9.5"
[dev-dependencies.criterion]
version = "0.3"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

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

[features]
default = []
likelysubtags = ["unic-langid-impl/likelysubtags"]

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

[package]
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["internationalization"]
description = "API for managing Unicode Locale Identifiers"
edition = "2021"
include = ["src/**/*", "benches/*.rs", "tests/*.rs", "Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "README.md"]
license = "MIT OR Apache-2.0"
name = "unic-locale-impl"
readme = "README.md"
repository = "https://github.com/zbraniecki/unic-locale"
version = "0.9.5"