# 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 = "oxidefetch" version = "1.4.7" authors = [ "NamedNeon", "shibedrill", ] description = "A fast, cross platform Fetch program for your terminal" readme = "README.md" license = "MIT" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.byte-unit] version = "4.0.18" [dependencies.chrono] version = "0.4.23" [dependencies.colored] version = "2.0.0" [dependencies.compound_duration] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.quoted-string] version = "0.6.1" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.192" features = ["derive"] [dependencies.sysinfo] version = "0.29.1" [dependencies.whoami] version = "1.3.0" [features] field-titles = []