Crates.io | mozilla-root-ca |
lib.rs | mozilla-root-ca |
version | |
source | src |
created_at | 2024-12-15 11:23:08.500761 |
updated_at | 2024-12-19 03:59:18.245015 |
description | Mozilla Root CA list from https://curl.se/ca/cacert.pem |
homepage | |
repository | https://github.com/delta4chat/mozilla-root-ca |
max_upload_size | |
id | 1484070 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Mozilla Root CA list from https://curl.se/ca/cacert.pem
The webpki-roots
crate does not provide the complete certificate content, merely a subset. Furthermore, the webpki-root-certs
only provides a rustls-compatible format, not a general-purpose format that supports a multitude of crates. Consequently, this crate has been created to address these deficiencies. Any project requiring the full certificate format from Mozilla's Root Certificate Authority Store may utilize this crate.