ddctui 1.0.0

Terminal UI for controlling DDC/CI monitor properties
# 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 = "ddctui"
version = "1.0.0"
authors = ["Crom (Thibaut CHARLES) <CromFr@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for controlling DDC/CI monitor properties"
readme = "README.md"
keywords = [
    "ddcutil",
    "libddcutil",
    "terminal-ui",
]
categories = [
    "command-line-utilities",
    "gui",
]
license = "GPL-3.0-or-later"
repository = "https://gitlab.com/CromFr/ddctui"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[build-dependencies.bindgen]
version = "0.72"

[build-dependencies.pkg-config]
version = "0.3"