# 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 = "retina-fetch" version = "0.3.0" description = "This crate implements the Fetch API, for the Retina browser, but can be used independently." homepage = "https://github.com/usadson/retina/tree/main/retina-fetch" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/usadson/retina" [dependencies.futures-core] version = "0.3.28" [dependencies.http] version = "0.2.9" [dependencies.hyper] version = "0.14.27" features = [ "client", "http1", "http2", "stream", ] [dependencies.hyper-tls] version = "0.5.0" [dependencies.log] version = "0.4.2" [dependencies.mime] version = "0.3.17" [dependencies.strum] version = "0.25" features = ["derive"] [dependencies.tokio] version = "1.32" features = ["full"] [dependencies.tokio-util] version = "0.7.8" features = ["codec"] [dependencies.url] version = "2.4.0" [dev-dependencies.rstest] version = "0.18"