# 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 = "yawn" version = "0.1.3" description = "An alternative to sleep that allows specifying a timestamp and exit code." homepage = "https://github.com/cfal/yawn/" readme = "README.md" keywords = ["sleep", "chrono", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cfal/yawn/" resolver = "2" [profile.release] opt-level = 3 lto = "fat" strip = "symbols" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.17"