[package] name = "timezone-converter" version = "0.1.0" authors = ["Egwau Godfrey "] description = "A timezone conversion library that handles timezone conversions and information" license = "MIT" repository = "https://github.com/Egwau-Godfrey/time_zone_sync" documentation = "https://docs.rs/timezone-converter" homepage = "https://github.com/Egwau-Godfrey/time_zone_sync" keywords = ["timezone", "conversion", "time"] categories = ["date-and-time"] edition = "2021" [dependencies] chrono = "^0.4.38" chrono-tz = "^0.10.0"