blob: 554f4df22cb15de2a2487bc8d081ccf48319c885 [file] [log] [blame]
Jason Macnak3d406bb2020-03-19 21:05:06 +00001name: "futures"
Haibo Huang67f2b762020-05-08 19:24:38 -07002description: "An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces."
Jason Macnak3d406bb2020-03-19 21:05:06 +00003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/futures"
7 }
8 url {
Chih-Hung Hsieh1b4e3c72020-08-25 20:49:16 -07009 type: ARCHIVE
David LeGare47ef9cb2022-03-02 00:19:32 +000010 value: "https://static.crates.io/crates/futures/futures-0.3.21.crate"
Jason Macnak3d406bb2020-03-19 21:05:06 +000011 }
David LeGare47ef9cb2022-03-02 00:19:32 +000012 version: "0.3.21"
Jason Macnak3d406bb2020-03-19 21:05:06 +000013 license_type: NOTICE
Haibo Huang67f2b762020-05-08 19:24:38 -070014 last_upgrade_date {
David LeGare47ef9cb2022-03-02 00:19:32 +000015 year: 2022
16 month: 3
17 day: 1
Haibo Huang67f2b762020-05-08 19:24:38 -070018 }
Jason Macnak3d406bb2020-03-19 21:05:06 +000019}