[package]
edition = "2024"
name = "monitor-input"
version = "1.2.10"
authors = ["Koji Ishii <kojiishi@gmail.com>"]
build = false
exclude = [
".github",
".gitignore",
"hooks",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "monitor-input"
description = "A command line tool to change input sources of display monitors with DDC/CI."
documentation = "http://docs.rs/monitor-input"
readme = "README.md"
keywords = [
"ddc",
"mccs",
"vcp",
"vesa",
]
license = "Apache-2.0"
repository = "https://github.com/kojiishi/monitor-input-rs"
[features]
winapp = []
[lib]
name = "monitor_input"
path = "src/lib.rs"
[[bin]]
name = "monitor-input"
path = "src/main.rs"
[[bin]]
name = "monitor-inputw"
path = "src/main_winapp.rs"
[dependencies.anyhow]
version = "1.0.102"
[dependencies.clap]
version = "4.6.1"
features = ["derive"]
[dependencies.ddc-hi]
version = "0.4.1"
[dependencies.env_logger]
version = "0.11.10"
[dependencies.log]
version = "0.4.32"
[dependencies.mccs-db]
version = "0.1.3"
[dependencies.regex]
version = "1.12.3"
[dependencies.simplelog]
version = "0.12.2"
[dependencies.strum]
version = "0.28.0"
[dependencies.strum_macros]
version = "0.28.0"
[target."cfg(windows)".dependencies.toast-logger-win]
version = "0.5.2"