# 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 = "sleep-progress" version = "0.2.0" authors = ["Valvassori Moïse "] description = "delay for a specified amount of time" homepage = "https://github.com/djedi23/sleep-progress.rs" readme = "README.md" license = "MIT" repository = "https://github.com/djedi23/sleep-progress.rs" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.0.22" features = ["derive"] [dependencies.dateparser] version = "0.2.0" [dependencies.indicatif] version = "0.17.2" [dependencies.miette] version = "5.4.1" features = ["fancy-no-backtrace"] [dependencies.thiserror] version = "1.0.37"