blob: e9cdb68034d54e15dd52f77d581b21da01bb6c65 [file] [log] [blame]
Yi Kong8884bbe2020-08-31 01:13:13 +08001name: "itoa"
Chih-Hung Hsiehfd174872020-10-12 00:50:55 -07002description: "Fast functions for printing integer primitives to an io::Write"
Yi Kong8884bbe2020-08-31 01:13:13 +08003third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/itoa"
7 }
8 url {
9 type: ARCHIVE
Joel Galenson2aa19112021-09-22 11:09:12 -070010 value: "https://static.crates.io/crates/itoa/itoa-0.4.8.crate"
Yi Kong8884bbe2020-08-31 01:13:13 +080011 }
Joel Galenson2aa19112021-09-22 11:09:12 -070012 version: "0.4.8"
Yi Kong8884bbe2020-08-31 01:13:13 +080013 license_type: NOTICE
Chih-Hung Hsiehfd174872020-10-12 00:50:55 -070014 last_upgrade_date {
Joel Galenson2aa19112021-09-22 11:09:12 -070015 year: 2021
16 month: 9
17 day: 22
Chih-Hung Hsiehfd174872020-10-12 00:50:55 -070018 }
Yi Kong8884bbe2020-08-31 01:13:13 +080019}