# 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 = "stayfocused" version = "0.3.13" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Software To Avoid [Y] Fixating On Completely Unproductive Shit Every Day" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/duckinator/STAYFOCUSED" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "stayfocused" path = "src/main.rs" [dependencies.eframe] version = "0.29.1" features = ["persistence"] default-features = true [dependencies.egui_extras] version = "0.29.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.210"