aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: c1dad0e3adce1724782107d33e1043b99d0871a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "crossbeam-channel"
description: "Multi-producer multi-consumer channels for message passing"
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/crossbeam-channel"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/crossbeam-channel/crossbeam-channel-0.5.1.crate"
  }
  version: "0.5.1"
  license_type: NOTICE
  last_upgrade_date {
    year: 2021
    month: 5
    day: 19
  }
}