knoll 0.4.0

A command-line tool for configuring macOS displays
Documentation
[[bin]]
name = "knoll"
path = "src/main.rs"

[dependencies.clap]
features = ["color", "cargo"]
version = "4.5"

[dependencies.humantime]
version = "2.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.21"

[dependencies.rand]
version = "0.9"

[dependencies.ron]
version = "0.10"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serde_tuple]
version = "1.1"

[dependencies.simplelog]
version = "0.12"

[dependencies.static_assertions]
version = "1.1"

[dependencies.tempfile]
version = "3.20"

[dev-dependencies]

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

[package]
authors = ["Geoffrey Washburn <geoff@washburght.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["command-line-utilities"]
description = "A command-line tool for configuring macOS displays"
edition = "2024"
license = "MIT"
name = "knoll"
readme = "README.md"
repository = "https://github.com/gawashburn/knoll"
rust-version = "1.85.0"
version = "0.4.0"

[[test]]
name = "knoll_tests"
path = "tests/knoll_tests.rs"