small-bin 1.0.4

Sync'eM ALL - File/ Screenshot sync application with SFTP support, and web dashboard.
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"
rust-version = "1.90"
name = "small-bin"
version = "1.0.4"
authors = ["Daniel Dettlaff <dmilith@me.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync'eM ALL - File/ Screenshot sync application with SFTP support, and web dashboard."
readme = "README.md"
license = "MIT"
repository = "https://github.com/verknowsys/Small"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clippers]
version = "0.1.2"

[dependencies.home]
version = "0.5"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.notify]
version = "8.2"

[dependencies.regex]
version = "1.12"

[dependencies.rusqlite]
version = "0.37"
features = [
    "bundled",
    "backup",
    "modern_sqlite",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.ssh2]
version = "0.9"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1.41"
features = [
    "log",
    "attributes",
    "std",
]

[dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "registry",
    "fmt",
    "env-filter",
]

[dependencies.uuid]
version = "1.18"
features = [
    "v3",
    "v4",
]

[dependencies.warp]
version = "0.4"
features = ["server"]