[package]
authors = ["i509VCB <git@i509.me>"]
categories = ["internationalization", "localization"]
description = """
A library to get the user's current locale.
"""
documentation = "https://docs.rs/current_locale"
edition = "2018"
homepage = "https://github.com/i509VCB/current_locale"
keywords = ["localization", "locale"]
license = "MIT OR Apache-2.0"
name = "current_locale"
readme = "README.md"
repository = "https://github.com/i509VCB/current_locale"
version = "0.1.1"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc]
version = "0.2.7"
[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies.objc-foundation]
version = "0.1.1"
[target."cfg(windows)".dependencies.libc]
version = "0.2.82"
[target."cfg(windows)".dependencies.winapi]
features = ["minwindef", "winnls", "winnt"]
version = "0.3.9"