daylight-gui 0.1.0

Daylight GUI - embedded web server with privacy observation interface
# 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 = "daylight-gui"
version = "0.1.0"
authors = ["Santh Project <contact@santh.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daylight GUI  -  embedded web server with privacy observation interface"
homepage = "https://santh.dev"
readme = "README.md"
keywords = [
    "privacy",
    "gui",
    "observer",
    "transparency",
    "egress",
]
categories = [
    "gui",
    "os",
]
license = "MIT"
repository = "https://github.com/santhreal/daylight-gui"
resolver = "2"

[[bin]]
name = "daylight-gui"
path = "src/main.rs"

[dependencies.daylight-core]
version = "0.1"

[dependencies.daylight-types]
version = "0.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.panic]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "warn"
priority = 0

[lints.clippy.todo]
level = "deny"
priority = 0

[lints.clippy.unimplemented]
level = "deny"
priority = 0

[lints.clippy.unwrap_used]
level = "deny"
priority = 0