# 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 = "chadfetch" version = "0.2.6" authors = ["Vadim Wagner "] description = "Console utilite for watch info about your system" readme = "README.md" license-file = "LICENSE" repository = "https://gitlab.com/vada4367/rfetch" [profile.dev] opt-level = "s" lto = true panic = "abort" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = 0 panic = "abort" [dependencies.libc] version = "0.2.152"