blob: bd3c14f0b457e50f847ea8b923efdddb4348cdd6 [file] [log] [blame]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01001name: "async-trait"
Chih-Hung Hsieh1b5d2e32020-10-12 00:50:52 -07002description: "Type erasure for async trait methods"
Andrew Walbrand1b91c72020-08-11 17:12:08 +01003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/async-trait"
7 }
8 url {
Chih-Hung Hsieh31a1c052020-08-25 20:49:12 -07009 type: ARCHIVE
Joel Galensonaa9cbeb2021-08-09 10:24:16 -070010 value: "https://static.crates.io/crates/async-trait/async-trait-0.1.51.crate"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010011 }
Joel Galensonaa9cbeb2021-08-09 10:24:16 -070012 version: "0.1.51"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010013 license_type: NOTICE
14 last_upgrade_date {
Joel Galenson5448f372021-04-01 15:10:30 -070015 year: 2021
Joel Galensonaa9cbeb2021-08-09 10:24:16 -070016 month: 8
17 day: 9
Andrew Walbrand1b91c72020-08-11 17:12:08 +010018 }
19}