mozca 0.1.1

(alias to mozilla-root-ca, latest version, only default features) Mozilla Root CA list from https://curl.se/ca/cacert.pem
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "compile-fmt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bed69047ed42e52c7e38d6421eeb8ceefb4f2a2b52eed59137f7bad7908f6800"

[[package]]
name = "const-decoder2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1c68e93fb1797567e252ae3c807a80760c57c3553a203d65bc69d9ae9c4e58a"
dependencies = [
 "compile-fmt",
]

[[package]]
name = "mozca"
version = "0.1.1"
dependencies = [
 "mozilla-root-ca",
]

[[package]]
name = "mozilla-root-ca"
version = "2025.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b226deb3f9a8c9e2197c1e955f3936149ca17d1435b8d444b13daee99c4ebdd"
dependencies = [
 "const-decoder2",
]