eligiblereceiver 0.0.5

A program that fetches and displays the contents of a URL.
cargo-features = ["profile-rustflags"]
[dependencies.chrono]
version = "0.4.19"

[dependencies.env_logger]
version = "0.8.2"

[dependencies.http]
version = "0.2.4"

[dependencies.log]
version = "0.4.14"

[dependencies.log4rs]
version = "1.0.0"

[dependencies.reqwest]
features = ["blocking"]
version = "0.11.4"

[dependencies.url]
version = "2.2.1"

[package]
authors = ["Wes Ladd <wesladd@traingrc.com>"]
description = "A program that fetches and displays the contents of a URL."
documentation = "https://docs.rs/eligiblereceiver"
edition = "2021"
homepage = "https://eligiblereceiver.cloud"
keywords = ["url", "http", "web"]
license = "MIT"
name = "eligiblereceiver"
readme = "README.md"
repository = "https://github.com/TrainGRC/eligiblereceiver.git"
version = "0.0.5"