# 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 = "2018" name = "randy" version = "1.6.10" authors = ["Ian Page Hands "] exclude = [ "/assets/*", "/scripts/*", ] description = "Conky like app in Rust" homepage = "https://github.com/iphands/randy" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/iphands/randy" [profile.dev] opt-level = "s" debug = 0 [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" overflow-checks = false [dependencies.gio] version = "0.9" [dependencies.glib] version = "0.10" [dependencies.gtk] version = "0.9" [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2" [dependencies.nvml-wrapper] version = "0.6" optional = true [dependencies.sensors] version = "0.2" optional = true [dependencies.yaml-rust] version = "0.4" [features] nvidia = ["nvml-wrapper"] packaged = [] runtime_bench = [] timings = []