tauri-plugin-keylight 0.1.3

Tauri v2 plugin for the Keylight licensing SDK (Rust side)
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"
name = "tauri-plugin-keylight"
version = "0.1.3"
build = "build.rs"
links = "tauri-plugin-keylight"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri v2 plugin for the Keylight licensing SDK (Rust side)"
readme = "README.md"
keywords = [
    "tauri",
    "tauri-plugin",
    "licensing",
    "license-key",
    "keylight",
]
categories = [
    "authentication",
    "gui",
]
license = "MIT"
repository = "https://github.com/keylight-dev/keylight-rust"

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

[dependencies.keylight]
version = "0.1.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2.11"

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