clean_url 0.1.4

This crate takes a URL, formats it correctly, and returns the version of the URL that returns a 200 series response.
Documentation
[badges.appveyor]
repository = "jaredforth/clean_url"

[badges.travis-ci]
repository = "jaredforth/clean_url"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.regex]
version = "1.4.1"

[dependencies.reqwest]
version = "0.10.8"

[dependencies.tokio-test]
version = "0.2.1"

[dependencies.url]
version = "2.1.1"

[package]
authors = ["Jared Forth <jaredforthdev@gmail.com>"]
categories = ["web-programming"]
description = "This crate takes a URL, formats it correctly, and returns the version of the URL that returns a 200 series response."
documentation = "https://docs.rs/clean_url"
edition = "2018"
homepage = "https://crates.io/crates/clean_url"
keywords = ["url", "clean", "status-code", "formating"]
license = "MIT OR Apache-2.0"
name = "clean_url"
readme = "README.md"
repository = "https://github.com/jaredforth/clean_url"
version = "0.1.4"