tauri-plugin-vicons 2.1.2

Icon API for Tauri plugins (Created for VasakOS)
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.80.0"
name = "tauri-plugin-vicons"
version = "2.1.2"
authors = [
    "Joaquin (Pato) Decima <jdecima@vasak.net.ar>",
    "Vasak Group",
]
build = "build.rs"
links = "tauri-plugin-vicons"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Icon API for Tauri plugins (Created for VasakOS)"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Vasak-OS/tauri-plugin-vicons/"

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

[dependencies.base64]
version = "0.22"

[dependencies.glib]
version = "0.18"

[dependencies.gtk]
version = "0.18"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2"

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