dps 0.1.1

Debian Profile Sync — deploy a Proxmox LXC container and sync user profiles across Debian machines
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 = "dps"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debian Profile Sync — deploy a Proxmox LXC container and sync user profiles across Debian machines"
readme = "README.md"
keywords = [
    "proxmox",
    "sync",
    "profile",
    "lxc",
    "rsync",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/dfrederick15/dps"

[features]
default = []
gui = [
    "dep:eframe",
    "dep:egui",
    "dep:tray-icon",
]

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

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

[[bin]]
name = "dps-daemon"
path = "src/bin/dps-daemon.rs"

[[bin]]
name = "dps-gui"
path = "src/bin/dps-gui.rs"
required-features = ["gui"]

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dirs]
version = "5"

[dependencies.eframe]
version = "0.29"
optional = true

[dependencies.egui]
version = "0.29"
optional = true

[dependencies.notify]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rpassword]
version = "7"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.tray-icon]
version = "0.17"
optional = true