mozilla-root-ca 2025.6.7

Mozilla Root CA list from https://curl.se/ca/cacert.pem
Documentation
1
2
3
4
5
6
7
8
fn main() {
    #[cfg(all(feature="security-framework", not(target_vendor="apple")))]
    println!("cargo:warning=the feature security-framework is enabled, but that is NO-OP, because target_vendor is not apple.");

    #[cfg(all(feature="schannel", not(target_os="windows")))]
    println!("cargo:warning=the feature schannel is enabled, but that is NO-OP, because target_os is not windows.");
}