blob: 703e67210b41153d9e052bf1d36665df7cd00653 [file] [log] [blame]
Hyun Jae Moon0e1eb5f2023-06-23 16:05:18 +00001name: "httparse"
2description: "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/httparse"
7 }
8 url {
9 type: ARCHIVE
10 value: "https://static.crates.io/crates/httparse/httparse-1.8.0.crate"
11 }
12 version: "1.8.0"
13 # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
14 license_type: NOTICE
15 last_upgrade_date {
16 year: 2023
17 month: 6
18 day: 7
19 }
20}