kftray-commons 0.27.33

KFtray commons
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 = "2024"
name = "kftray-commons"
version = "0.27.33"
authors = ["Henrique Cavarsan <hencavarsan@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "KFtray commons"
homepage = "https://kftray.app"
readme = false
license = "GPL-3.0"
repository = "https://github.com/hcavarsan/kftray"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.dirs]
version = "7.0"

[dependencies.futures]
version = "0.3"

[dependencies.git2]
version = "0.21"
features = [
    "https",
    "ssh",
]

[dependencies.lazy_static]
version = "1.5"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sqlx]
version = "0.9"
features = [
    "runtime-tokio",
    "sqlite",
]
default-features = false

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.53.1"
features = [
    "fs",
    "io-util",
    "macros",
    "net",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.uuid]
version = "1.26.0"
features = ["v4"]

[target."cfg(unix)".dependencies.libc]
version = "0.2.189"

[target."cfg(windows)".dependencies.windows]
version = "0.62"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Security_Cryptography",
    "Win32_Security_Cryptography_Certificates",
    "Win32_Storage_FileSystem",
    "Win32_System_Environment",
    "Win32_System_IO",
    "Win32_System_Pipes",
    "Win32_System_Registry",
    "Win32_System_RemoteDesktop",
    "Win32_System_Threading",
]