[badges.appveyor]
repository = "rust-locale/locale_config"
[badges.travis-ci]
repository = "rust-locale/locale_config"
[dependencies.lazy_static]
version = "1"
[dependencies.regex]
version = "1"
[package]
authors = ["Jan Hudec <bulb@ucw.cz>"]
categories = ["os"]
description = """
Maintains locale preferences for process and thread and initialises them by
inspecting the system for user preference.
"""
documentation = "https://docs.rs/locale_config/"
exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"]
keywords = ["i18n"]
license = "MIT"
name = "locale_config"
readme = "README.md"
repository = "https://github.com/rust-locale/locale_config/"
version = "0.3.0"
[package.metadata.release]
upload-doc = true
[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "^0.2"
[target.'cfg(target_os = "macos")'.dependencies.objc-foundation]
version = "^0.1"
[target."cfg(windows)".dependencies.winapi]
features = ["winnls"]
version = "0.3"