[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.rustc_version_runtime]
version = "0.2"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.mockito]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4"
[package]
authors = ["Seth Westphal", "Westy92 LLC"]
categories = ["date-and-time", "api-bindings", "asynchronous", "authentication", "web-programming"]
description = "The Official Holiday and Event API for Rust."
documentation = "https://docs.rs/holiday_event_api"
edition = "2021"
homepage = "https://github.com/westy92/holiday-event-api-rust"
include = ["src/**/*.rs", "Cargo.toml"]
keywords = ["holiday", "holidays", "event", "api", "checkiday"]
license = "MIT"
name = "holiday_event_api"
readme = "README.md"
repository = "https://github.com/westy92/holiday-event-api-rust.git"
version = "0.1.0"