[package] cargo-toml-patch-comments = [ "drop macOS-specific features", "drop unused sync_wrapper dependency; see https://github.com/seanmonstar/reqwest/pull/2229", ] [features] hide = [ "h3", "h3-quinn", "native-tls-vendored", "quinn", ] [tests] skip = [ "test_allowed_methods", "test_badssl_modern", "test_badssl_self_signed", "test_tls_info", ] skip-exact = true comments = ["skip tests which require internet access"]