cargo-features = ["profile-rustflags"] [package] name = "eligiblereceiver" version = "0.0.5" authors = ["Wes Ladd "] edition = "2021" description = "A program that fetches and displays the contents of a URL." homepage = "https://eligiblereceiver.cloud" documentation = "https://docs.rs/eligiblereceiver" repository = "https://github.com/TrainGRC/eligiblereceiver.git" license = "MIT" keywords = ["url", "http", "web"] [dependencies] url = "2.2.1" reqwest = { version = "0.11.4", features = ["blocking"] } log = "0.4.14" env_logger = "0.8.2" chrono = "0.4.19" log4rs = "1.0.0" http = "0.2.4"