holiday_api 1.0.0

The Holiday API client wrapper.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "holiday_api"
version = "1.0.0"
authors = ["Guilherme Branco Stracini <guilherme@guilhermebranco.com.br>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Holiday API client wrapper."
homepage = "http://guilherme.stracini.com.br/holiday-api-sdk-rs"
readme = "README.md"
keywords = [
    "rest",
    "client",
    "holiday",
    "holiday-api",
]
categories = [
    "network-programming",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/guibranco/holiday-api-sdk-rs.git"

[badges.appveyor]
branch = "main"
repository = "guibranco/holiday-api-sdk-rs"
service = "github"

[lib]
name = "holiday_api"
path = "src/lib.rs"

[[bin]]
name = "countries-search"
path = "src/bin/countries-search.rs"

[[bin]]
name = "holidays-search"
path = "src/bin/holidays-search.rs"

[[bin]]
name = "languages-search"
path = "src/bin/languages-search.rs"

[[bin]]
name = "workday"
path = "src/bin/workday.rs"

[dependencies.dotenv]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.url]
version = "2"