unic-langid-impl 0.9.5

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

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

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

[[bench]]
harness = false
name = "likely_subtags"
path = "benches/likely_subtags.rs"
required-features = ["likelysubtags"]

[[bin]]
name = "generate_likelysubtags"
path = "src/bin/generate_likelysubtags.rs"
required-features = ["binary"]

[[bin]]
name = "generate_layout"
path = "src/bin/generate_layout.rs"
required-features = ["binary"]

[dependencies.serde]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.tinystr]
version = "0.7.0"

[dev-dependencies.criterion]
version = "0.3"

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

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

[features]
binary = ["serde", "serde_json"]
likelysubtags = []

[lib]
name = "unic_langid_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 Language 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-langid-impl"
readme = "README.md"
repository = "https://github.com/zbraniecki/unic-locale"
version = "0.9.5"

[[test]]
name = "likelysubtags"
path = "tests/likelysubtags.rs"
required-features = ["likelysubtags"]

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

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

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