summaryrefslogtreecommitdiff
path: root/METADATA
blob: c4a014ef01377849330bd9f87d064d3c150446c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: "arrayvec"
description: "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."
third_party {
  identifier {
    type: "crates.io"
    value: "https://crates.io/crates/arrayvec"
  }
  identifier {
    type: "Archive"
    value: "https://static.crates.io/crates/arrayvec/arrayvec-0.7.4.crate"
  }
  version: "0.7.4"
  # Dual-licensed, using the least restrictive per go/thirdpartylicenses#same.
  license_type: NOTICE
  last_upgrade_date {
    year: 2023
    month: 12
    day: 7
  }
}