[package] name = "mtemp" description = "CLI for monitoring temperatures" license = "MIT" authors = ["Midefos "] version = "0.1.23" edition = "2021" repository = "https://git.midefos.com/midefos/temp/" readme = "README.md" keywords = ["temperature", "cli", "nvidia", "amd"] categories = ["command-line-utilities"] [lib] name = "mtemp" crate-type = ["lib"] [[bin]] name = "mtemp" path = "src/main.rs" [dependencies] structopt = "0.3.26" anyhow = "1.0.95" serde = {version = "1.0.217", features = ["derive"]} serde_json = "1.0.134"