# 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" rust-version = "1.70" name = "chromiumoxide_fetcher" version = "0.7.0" authors = ["Matthias Seitz "] build = false include = [ "src/**/*", "LICENSE-*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Contains a chromium fetcher" homepage = "https://github.com/mattsse/chromiumoxide" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mattsse/chromiumoxide" [lib] name = "chromiumoxide_fetcher" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-std] version = "1.5" features = ["unstable"] optional = true [dependencies.directories] version = "5" [dependencies.os_info] version = "3" default-features = false [dependencies.reqwest] version = "0.12" optional = true default-features = false [dependencies.surf] version = "2.3" optional = true default-features = false [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["fs"] optional = true [dependencies.zip] version = "0.6" features = ["deflate"] default-features = false [features] _native-async-std = [ "surf/h1-client", "async-std-runtime", ] _native-tokio = [ "reqwest/native-tls", "tokio-runtime", ] _rustls-async-std = [ "surf/h1-client-rustls", "async-std-runtime", ] _rustls-tokio = [ "reqwest/rustls-tls", "tokio-runtime", ] async-std-runtime = [ "async-std", "surf", ] default = ["_native-async-std"] tokio-runtime = [ "tokio", "reqwest", ]