blob: 249398e2bed7479f8f1b22e7395289083d6ef25e [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 {
9 type: GIT
10 value: "https://github.com/rust-lang-nursery/rustc-hash"
11 }
12 version: "1.1.0"
13 license_type: NOTICE
14 last_upgrade_date {
15 year: 2020
16 month: 3
17 day: 31
18 }
19}