# 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 = "zippyst" version = "5.0.0" authors = ["Scotow "] description = "Resolve zippyshare.com download links" homepage = "https://github.com/scotow/zippyst" readme = "README.md" keywords = [ "zippyshare", "download", "non-blocking", ] categories = [ "asynchronous", "web-programming", ] license = "MIT" repository = "https://github.com/scotow/zippyst" resolver = "1" [package.metadata.docs.rs] all-features = true [dependencies.boa_engine] version = "0.16.0" [dependencies.http] version = "0.2.6" [dependencies.hyper] version = "0.14.16" features = [ "client", "http1", ] optional = true [dependencies.hyper-tls] version = "0.5.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.5.5" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.md5] version = "0.7.0" [dev-dependencies.tokio] version = "1.20.4" features = [ "macros", "rt", ] default-features = false [features] fetch = [ "hyper", "hyper-tls", ]