tauri-plugin-lingua 0.2.0

A Tauri plugin for language detection using lingua-rs
Documentation
# 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"
rust-version = "1.77.2"
name = "tauri-plugin-lingua"
version = "0.2.0"
authors = ["hej"]
build = "build.rs"
links = "tauri-plugin-lingua"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for language detection using lingua-rs"
homepage = "https://github.com/Hkmu/tauri-plugin-lingua"
documentation = "https://docs.rs/tauri-plugin-lingua"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "language",
    "detection",
    "lingua",
]
license = "Apache-2.0"
repository = "https://github.com/Hkmu/tauri-plugin-lingua"

[lib]
name = "tauri_plugin_lingua"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.lingua]
version = "1.8.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri]
version = "2.9.2"

[dependencies.thiserror]
version = "2"

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