aranet-gui 0.2.0

Native desktop GUI for Aranet environmental sensors
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 = "aranet-gui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native desktop GUI for Aranet environmental sensors"
readme = "README.md"
license = "MIT"
repository = "https://github.com/cameronrye/aranet"
resolver = "2"

[package.metadata.dist]
dist = true

[package.metadata.bundle]
name = "Aranet"
identifier = "dev.rye.aranet"
icon = [
    "../../assets/aranet-icon.png",
    "../../assets/aranet-icon.icns",
]
version = "0.2.0"
short_description = "Monitor Aranet environmental sensors"
long_description = """
Aranet is a native desktop application for monitoring Aranet environmental sensors
including Aranet4 (CO2), Aranet2 (temperature/humidity), AranetRn+ (radon),
and Aranet Radiation sensors via Bluetooth Low Energy.

Features:
- Real-time sensor readings with color-coded CO2 levels
- Historical data charts and export
- Device settings configuration
- Multi-device support
- System tray with quick access
"""
copyright = "Copyright (c) 2024-2026 Cameron Rye"
category = "public.app-category.utilities"
resources = ["../../assets/aranet-icon.png"]

[package.metadata.bundle.macos]
minimum_system_version = "11.0"
entitlements = "entitlements.plist"
high_resolution = true

[package.metadata.bundle.macos.info_plist]
NSBluetoothAlwaysUsageDescription = "Aranet uses Bluetooth to discover and connect to your Aranet environmental sensors."
NSBluetoothPeripheralUsageDescription = "Aranet uses Bluetooth to discover and connect to your Aranet environmental sensors."

[package.metadata.bundle.windows]
subsystem = "windows"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.aranet-cli]
version = "0.2.0"
features = ["gui"]
default-features = false

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