blob: 856b409d559cbda7ffff983875649c30d134827d [file] [log] [blame]
Chih-Hung Hsiehadb9edf2020-04-07 14:24:02 -07001name: "rustc-hash"
2description: "A speedy hash algorithm used within rustc. The hashmap in liballoc by default uses SipHash which isn\'t quite as speedy as we want. In the compiler we\'re not really worried about DOS attempts, so we use a fast non-cryptographic hash."
3third_party {
4 url {
5 type: HOMEPAGE
6 value: "https://crates.io/crates/rustc-hash"
7 }
8 url {
Chih-Hung Hsiehc8c543e2020-08-25 20:49:28 -07009 type: ARCHIVE
10 value: "https://static.crates.io/crates/rustc-hash/rustc-hash-1.1.0.crate"
Chih-Hung Hsiehadb9edf2020-04-07 14:24:02 -070011 }
12 version: "1.1.0"
13 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
16 month: 3
17 day: 31
18 }
19}