# 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 = "pretty-motd" version = "1.0.0" authors = ["shellcodesniper "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Simple & Pretty MOTD wrotten in rust" readme = "README.md" license = "MIT" repository = "https://github.com/shellcodesniper/MOTD" [profile.release] opt-level = "s" lto = true codegen-units = 2 debug = 0 debug-assertions = false panic = "unwind" incremental = false [[bin]] name = "pretty-motd" path = "src/main.rs" test = false bench = false [dependencies.chrono] version = "0.4.38" [dependencies.colour] version = "2.1.0" [dependencies.interfaces] version = "0" [dependencies.reqwest] version = "0.12.9" features = [ "blocking", "json", ] [dependencies.sys-info] version = "0.9.1" [dependencies.terminal_size] version = "0.4.0"