# 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" rust-version = "1.74.1" name = "sleepview" version = "2.0.2" authors = ["Iona Erofeeff "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Visible timer display in the terminal." readme = "README.md" keywords = [ "countdown", "timer", "terminal", "console", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/ionarevamp/sleepview.git" [profile.dev] opt-level = 2 [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = "symbols" [[bin]] name = "sleepview" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.22" features = ["max_level_debug"] [features] arm1176 = ["gold"] cortex-a8 = ["gold"] gold = [] mold = []