# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "clean_url" version = "0.1.9" authors = ["Jared Forth "] description = "This crate takes a URL, formats it correctly, and returns the version of the URL that returns a 200 series response." homepage = "https://crates.io/crates/clean_url" documentation = "https://docs.rs/clean_url" readme = "README.md" keywords = ["url", "clean", "status-code", "formating"] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/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" [badges.appveyor] repository = "jaredforth/clean_url" [badges.travis-ci] repository = "jaredforth/clean_url"