aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: fa67d8063a8c7de11e31aaabc8544b984b31c4a4 (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.11.2.crate"
  }
  version: "0.11.2"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 4
    day: 1
  }
}