blob: b1016df81a035fe000b96c594654bfa9eb58cb39 [file] [log] [blame]
Jeff Vander Stoep85c49e42022-12-19 10:19:36 +01001# This project was upgraded with external_updater.
2# Usage: tools/external_updater/updater.sh update rust/crates/serde-xml-rs
3# For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md
4
Jooyung Hane736ffe2021-07-16 01:22:24 +00005name: "serde-xml-rs"
Joel Galenson14f3d852021-09-28 07:27:46 -07006description: "xml-rs based deserializer for Serde (compatible with 0.9+)"
Jooyung Hane736ffe2021-07-16 01:22:24 +00007third_party {
8 url {
9 type: HOMEPAGE
10 value: "https://crates.io/crates/serde_xml_rs"
11 }
12 url {
Joel Galenson14f3d852021-09-28 07:27:46 -070013 type: ARCHIVE
Jeff Vander Stoep85c49e42022-12-19 10:19:36 +010014 value: "https://static.crates.io/crates/serde-xml-rs/serde-xml-rs-0.6.0.crate"
Jooyung Hane736ffe2021-07-16 01:22:24 +000015 }
Jeff Vander Stoep85c49e42022-12-19 10:19:36 +010016 version: "0.6.0"
Jooyung Hane736ffe2021-07-16 01:22:24 +000017 license_type: NOTICE
Joel Galenson14f3d852021-09-28 07:27:46 -070018 last_upgrade_date {
Jeff Vander Stoep85c49e42022-12-19 10:19:36 +010019 year: 2022
20 month: 12
21 day: 19
Joel Galenson14f3d852021-09-28 07:27:46 -070022 }
23}