monitor-input 1.2.10

A command line tool to change input sources of display monitors with DDC/CI.
Documentation
[package]
name = "monitor-input"
version = "1.2.10"
edition = "2024"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
description = "A command line tool to change input sources of display monitors with DDC/CI."
keywords = ["ddc", "mccs", "vcp", "vesa"]
repository = "https://github.com/kojiishi/monitor-input-rs"
documentation = "http://docs.rs/monitor-input"
readme = "README.md"
license = "Apache-2.0"
exclude = [".github", ".gitignore", "hooks"]
default-run = "monitor-input"

[dependencies]
anyhow = "1.0.102"
clap = { version = "4.6.1", features = ["derive"] }
ddc-hi = "0.4.1"
env_logger = "0.11.10"
log = "0.4.32"
mccs-db = "0.1.3"
regex = "1.12.3"
simplelog = "0.12.2"
strum = "0.28.0"
strum_macros = "0.28.0"

[target.'cfg(windows)'.dependencies]
toast-logger-win = "0.5.2"

[features]
# The `winapp` feature is no longer used since 1.2.10,
# but is kept as no-op so that existing install doesn't fail.
winapp = []

[[bin]]
name = "monitor-input"
path = "src/main.rs"

[[bin]]
name = "monitor-inputw"
path = "src/main_winapp.rs"