aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: 42d8dba85a6ecb73b4daa9b27fcd1f785d6ce94f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
name: "futures"
description:
    "An implementation of futures and streams featuring zero allocations, "
    "composability, and iterator-like interfaces."

third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/futures"
  }
  url {
    type: GIT
    value: "https://github.com/rust-lang/futures-rs"
  }
  version: "0.3.4"
  last_upgrade_date { year: 2020 month: 3 day: 17 }
  license_type: NOTICE
}