# 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. cargo-features = ["profile-rustflags"] [package] edition = "2021" name = "eligiblereceiver" version = "0.0.5" authors = ["Wes Ladd "] description = "A program that fetches and displays the contents of a URL." homepage = "https://eligiblereceiver.cloud" documentation = "https://docs.rs/eligiblereceiver" readme = "README.md" keywords = [ "url", "http", "web", ] license = "MIT" repository = "https://github.com/TrainGRC/eligiblereceiver.git" [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] version = "0.11.4" features = ["blocking"] [dependencies.url] version = "2.2.1"