[package] cargo-toml-patch-comments = [ "drop macOS-specific features", "drop unused support for brotli", "drop unused support for HTTP/3", ] [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"] [scripts] prep.post = [ "# drop tests that depend on the dropped brotli support", "rm tests/brotli.rs", ]