tauri-plugin-sys-locale 0.1.2

Tauri plugin to read the operating system's current locale/language
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tauri-plugin-sys-locale"
version = "0.1.2"
authors = ["shadowdara"]
build = "build.rs"
links = "tauri-plugin-sys-locale"
include = [
    "src/**/*.rs",
    "build.rs",
    "permissions/**/*.toml",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin to read the operating system's current locale/language"
readme = "README.md"
keywords = [
    "tauri",
    "tauri-plugin",
    "locale",
    "i18n",
]
categories = ["internationalization"]
license = "MIT"
repository = "https://github.com/shadowdara/tauri-plugin-sys-locale"

[package.metadata.docs.rs]
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sys-locale]
version = "0.3"

[dependencies.tauri]
version = "2"
default-features = false

[dependencies.thiserror]
version = "1"

[build-dependencies.tauri-plugin]
version = "2"
features = ["build"]