[package] name = "countrs" version = "0.1.6" edition = "2021" authors = ["Fitti "] description = "A simple countdown (or up!) with adjustable start and end times" repository = "https://github.com/Fittiboy/countrs" license = "GPL-3.0-or-later" keywords = ["timer", "countdown", "subathon", "time", "stopwatch"] categories = ["date-and-time"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["types", "chrono"] types = ["chrono"] chrono = ["dep:chrono"] [dependencies] chrono = { version = "0.4.24", optional = true }