aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: b3d1a7ccede29e59cfb5154d843311ff3cddd2cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "hashbrown"
description: "A Rust port of Google\'s SwissTable hash map"
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/hashbrown"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/hashbrown/hashbrown-0.9.1.crate"
  }
  version: "0.9.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 11
    day: 9
  }
}