# 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 = "ireq" version = "0.1.17" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "ireq" homepage = "https://github.com/i18n-site/rust/tree/main/ireq" readme = "README.md" license = "MulanPSL-2.0" repository = "https://github.com/i18n-site/rust.git" [lib] name = "ireq" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [dependencies.aok] version = "0.1.15" [dependencies.bytes] version = "1.7.1" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "rustls-tls-native-roots", "zstd", "stream", ] [dependencies.static_init] version = "1.0.3" [dependencies.thiserror] version = "1.0.63" [features] default = [] proxy = ["reqwest/socks"]