fluent-locale 0.10.1

A library for language and locale negotiation.
Documentation
[badges.coveralls]
branch = "master"
repository = "projectfluent/fluent-locale-rs"
service = "github"

[badges.maintenance]
status = "deprecated"

[badges.travis-ci]
repository = "projectfluent/fluent-locale-rs"

[[bench]]
harness = false
name = "negotiate"

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

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

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

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

[dev-dependencies.unic-langid]
features = ["macros"]
version = "0.6"

[dev-dependencies.unic-locale]
features = ["macros"]
version = "0.6"

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

[package]
authors = ["Zibi Braniecki <gandalf@mozilla.com>"]
categories = ["internationalization", "localization"]
description = """
A library for language and locale negotiation.
"""
edition = "2018"
homepage = "http://projectfluent.org/"
license = "Apache-2.0"
name = "fluent-locale"
readme = "README.md"
repository = "https://github.com/projectfluent/fluent-locale-rs"
version = "0.10.1"