# 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. [package] edition = "2021" name = "urlexpand" version = "0.2.4" authors = ["Marirs "] description = "Expand / Unshorten an exhaustive list of Shortened URL's" homepage = "https://github.com/marirs/urlexpand" readme = "README.md" keywords = [ "expand", "unshorten", "url", "link", ] categories = ["web-programming"] license-file = "LICENSE" repository = "https://github.com/marirs/urlexpand" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false [lib] name = "urlexpand" path = "src/lib.rs" [dependencies.base64] version = "0.21.7" [dependencies.futures] version = "0.3.21" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["native-tls-vendored"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.19.2" optional = true [dependencies.url] version = "2.2.2" [dev-dependencies.paste] version = "1.0.7" [dev-dependencies.tokio] version = "1.19.2" features = [ "macros", "rt-multi-thread", ] [features] blocking = ["tokio"] [badges.travis-ci] repository = "marirs/urlexpand"