# 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 = "oled_shmoled" version = "0.2.1" authors = ["Nick Webster ", "voidshine"] description = "OLED displays don't have backlights but it'd be nice if we could pretend they do on Linux!" homepage = "https://github.com/NickGeek/oled-shmoled" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/NickGeek/oled-shmoled.git" [profile.release] opt-level = 3 lto = true [dependencies.anyhow] version = "1.0.35" [dependencies.clap] version = "=3.0.0-beta.5" [dependencies.const-str] version = "0.3.1" [dependencies.notify] version = "4.0.15"