# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "topdio" version = "0.2.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Like top, but with audio. Listen to your computer's resource usage statistics." documentation = "https://docs.rs/topdio" readme = "README.md" license = "MIT" repository = "https://github.com/jacoblurye/topdio" [lib] name = "topdio" path = "src/lib.rs" [[bin]] name = "topdio" path = "src/main.rs" [dependencies.anyhow] version = "1.0.94" [dependencies.clap] version = "4.5.23" features = ["derive"] [dependencies.cpal] version = "0.15.3" [dependencies.crossterm] version = "0.28.1" [dependencies.rand] version = "0.8.5" [dependencies.sysinfo] version = "0.33.0" [dependencies.tui] version = "0.19.0"