You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-tokio-rustls/rust2rpm.toml

17 lines
367 B

[package]
cargo-toml-patch-comments = [
"default to \"ring\" crypto backend and drop \"aws-lc-rs\" backend",
]
[tests]
skip = [
"common::test_stream::stream_handshake_regression_issues_77",
"test_modern",
"test_tls12",
"test_tls12_vectored",
"test_modern_vectored",
]
skip-exact = true
comments = ["skip tests that require internet access"]