blob: fb2e5f3223a70d28f8876ad48da8ccfb0dd18409 [file] [log] [blame]
Jeff Vander Stoep9519b012022-12-19 12:12:40 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/x509-cert
Andrew Walbrand2a24d52023-12-15 16:04:54 +00003# For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md
Jeff Vander Stoep9519b012022-12-19 12:12:40 +01004
Hasini Gunasinghe1c2edd92022-09-10 01:16:56 +00005name: "x509-cert"
6description: "Pure Rust implementation of the X.509 Public Key Infrastructure Certificate format as described in RFC 5280."
7third_party {
Hasini Gunasinghe1c2edd92022-09-10 01:16:56 +00008 license_type: NOTICE
9 last_upgrade_date {
Andrew Walbrand2a24d52023-12-15 16:04:54 +000010 year: 2023
Jeff Vander Stoep9519b012022-12-19 12:12:40 +010011 month: 12
Andrew Walbrand2a24d52023-12-15 16:04:54 +000012 day: 15
13 }
14 homepage: "https://crates.io/crates/x509-cert"
15 identifier {
16 type: "Archive"
17 value: "https://static.crates.io/crates/x509-cert/x509-cert-0.2.4.crate"
18 version: "0.2.4"
Hasini Gunasinghe1c2edd92022-09-10 01:16:56 +000019 }
20}