[package] name = "mtemp" description = "Simple personal CLI tool for monitoring temperatures" license = "MIT" authors = ["Midefos "] version = "0.1.21" 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] anyhow = "1.0.86" serde = {version = "1.0.208", features = ["derive"]} serde_json = "1.0.125" structopt = "0.3.26"