[dependencies.chrono]
features = ["serde"]
version = "0.4.41"
[dependencies.derive_more]
features = ["display"]
version = "2.0.1"
[dependencies.reqwest]
features = ["json"]
version = "0.12.19"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.time]
version = "0.3.41"
[dev-dependencies.mockito]
version = "1.7.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.45.1"
[[example]]
name = "example1"
path = "examples/example1.rs"
[lib]
name = "worldtimeapi"
path = "src/lib.rs"
[package]
authors = ["Allister Isaiah Harvey <a.i.harvey@icloud.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple API for getting the current time in different timezones."
edition = "2021"
license = "MIT"
name = "worldtimeapi"
readme = "README.md"
repository = "https://github.com/martial-plains/worldtimeapi-rs"
version = "0.5.3"