[package] name = "kairos" version = "0.0.0" authors = ["Matthias Beyer "] description = "A library on top of chrono to calculate times and dates ergonomically" categories = [ "date-and-time" ] keywords = ["time", "calc", "parser"] readme = "README.md" license = "MPL-2.0" repository = "https://github.com/matthiasbeyer/kairos" [dependencies] chrono = "0.4" error-chain = "0.10"