seex 1.0.0

Clipboard event tracker and GUI bridge for exporting LCSC component libraries through nlbn and npnp.
# 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 = "2024"
name = "seex"
version = "1.0.0"
authors = ["linkyourbin"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Clipboard event tracker and GUI bridge for exporting LCSC component libraries through nlbn and npnp."
homepage = "https://github.com/linkyourbin/seex"
readme = false
license = "CC-BY-NC-4.0"
repository = "https://github.com/linkyourbin/seex"

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

[[bin]]
name = "seex"
path = "src/main.rs"

[dependencies.arboard]
version = "3.6.1"

[dependencies.chrono]
version = "0.4.44"

[dependencies.clipboard-master]
version = "4.0.0"

[dependencies.nlbn]
version = "1.0.27"

[dependencies.npnp]
version = "1.0.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tauri]
version = "2.10.3"
features = []

[dependencies.tauri-plugin-dialog]
version = "2.7.0"

[dependencies.tauri-plugin-opener]
version = "2.5.3"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "sync",
]

[build-dependencies.tauri-build]
version = "2.5.6"
features = []