# 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 = "rlinks" version = "0.6.5" authors = ["Jose Luis Ricon "] description = "Rusty Links (rlinks) finds dead links in your website" readme = "README.md" keywords = ["links", "url", "async", "check"] categories = ["web-programming::http-client"] license = "GPL-3.0-or-later" repository = "https://github.com/jlricon/rlinks" [profile.release] opt-level = 3 lto = true debug = false [dependencies.clap] version = "2.33" [dependencies.console] version = "0.8" [dependencies.env_logger] version = "0.6" [dependencies.futures-preview] version = "=0.3.0-alpha.18" features = ["async-await", "nightly"] [dependencies.http] version = "0.1" [dependencies.indicatif] version = "0.11" [dependencies.isahc] version = "0.7" [dependencies.log] version = "0.4" [dependencies.regex] version = "1.3.1" [dependencies.select] version = "0.4" [dependencies.url] version = "2.1" [badges.maintenance] status = "actively-developed"