unic-locale 0.9.5

API for managing Unicode Locale Identifiers
Documentation
[[test]]
name = "locale"
path = "tests/locale.rs"
[dependencies.unic-langid-impl]
version = "0.9.5"

[dependencies.unic-locale-impl]
version = "0.9.5"

[dependencies.unic-locale-macros]
optional = true
version = "0.9.5"
[dev-dependencies.unic-locale-macros]
version = "0.9.5"

[features]
default = []
likelysubtags = ["unic-locale-impl/likelysubtags"]
macros = ["unic-locale-macros"]

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