sys-locale 0.2.1

Small and lightweight library to obtain the active system locale
Documentation
[build-dependencies.cc]
version = "1.0"

[package]
authors = ["1Password"]
description = "Small and lightweight library to obtain the active system locale"
edition = "2018"
keywords = ["locale", "i18n", "localization", "nostd"]
license = "MIT OR Apache-2.0"
name = "sys-locale"
repository = "https://github.com/1Password/sys-locale"
version = "0.2.1"
[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.cstr_core]
version = "0.2"

[target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.libc]
version = "0.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Window", "WorkerGlobalScope", "Navigator", "WorkerNavigator"]
version = "0.3"
[target."cfg(target_os = \"android\")".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["winnls"]
version = "0.3"