# 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 = "macchina" version = "6.4.0" authors = [ "Aziz Ben Ali ", "Marvin Haschker ", "Uttarayan Mondal ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A system information fetcher with an emphasis on performance." readme = "README.md" keywords = [ "system", "fetch", "cli", ] license = "MIT" repository = "https://github.com/Macchina-CLI/macchina" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 incremental = true [[bin]] name = "macchina" path = "src/main.rs" [dependencies.ansi-to-tui] version = "7.0.0" [dependencies.atty] version = "0.2.14" [dependencies.bytesize] version = "1.3.0" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.colored] version = "2.0.4" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.libmacchina] version = "8.0.0" features = ["version"] [dependencies.rand] version = "0.8.5" [dependencies.ratatui] version = "0.29" features = [ "crossterm", "serde", ] default-features = false [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.shellexpand] version = "3.1.0" [dependencies.thiserror] version = "1.0.49" [dependencies.toml] version = "0.8.8" features = ["parse"] [dependencies.unicode-width] version = "0.1.11" [build-dependencies.vergen] version = "8.2.6" features = [ "build", "cargo", "git", "rustc", ] default-features = false [features] openwrt = ["libmacchina/openwrt"]