sys-locale 0.3.2

Small and lightweight library to obtain the active system locale
Documentation
[features]
js = ["js-sys", "wasm-bindgen", "web-sys"]

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

[package]
authors = ["1Password"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Small and lightweight library to obtain the active system locale"
edition = "2018"
exclude = ["/.github/", "/examples/", "/tests/", "/.gitignore"]
keywords = ["locale", "i18n", "localization", "nostd"]
license = "MIT OR Apache-2.0"
name = "sys-locale"
readme = "README.md"
repository = "https://github.com/1Password/sys-locale"
rust-version = "1.56"
version = "0.3.2"

[target.'cfg(all(target_family = "wasm", not(unix)))'.dependencies.js-sys]
optional = true
version = "0.3"

[target.'cfg(all(target_family = "wasm", not(unix)))'.dependencies.wasm-bindgen]
optional = true
version = "0.2"

[target.'cfg(all(target_family = "wasm", not(unix)))'.dependencies.web-sys]
features = ["Window", "WorkerGlobalScope", "Navigator", "WorkerNavigator"]
optional = true
version = "0.3"

[target.'cfg(all(target_family = "wasm", not(unix)))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(target_os = "android")'.dependencies.libc]
version = "0.2"