[package] name = "botic" version = "0.1.0" edition = "2021" description = "A time crate that handles leap seconds" repository = "https://github.com/botahamec/botic" license = "Unlicense" keywords = ["date", "time", "calendar"] categories = ["date-and-time", "parser-implementations", "value-formatting", "data-structures"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] derive_more = "0.99" thiserror = "1" parking_lot = "0.12"