# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "locale_config" version = "0.3.0" authors = ["Jan Hudec "] exclude = ["/ci/*", "/.travis.yml", "/appveyor.yml"] description = "Maintains locale preferences for process and thread and initialises them by\ninspecting the system for user preference.\n" documentation = "https://docs.rs/locale_config/" readme = "README.md" keywords = ["i18n"] categories = ["os"] license = "MIT" repository = "https://github.com/rust-locale/locale_config/" [package.metadata.release] upload-doc = true [dependencies.lazy_static] version = "1" [dependencies.regex] version = "1" [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] version = "0.3" features = ["winnls"] [badges.appveyor] repository = "rust-locale/locale_config" [badges.travis-ci] repository = "rust-locale/locale_config"