aboutsummaryrefslogtreecommitdiff
path: root/METADATA
blob: d2243f69ebb571c6d5efed934a2dc5915b9cd127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name: "downcast-rs"
description: "Trait object downcasting support using only safe Rust. It supports type parameters, associated types, and type constraints."
third_party {
  url {
    type: HOMEPAGE
    value: "https://crates.io/crates/downcast-rs"
  }
  url {
    type: ARCHIVE
    value: "https://static.crates.io/crates/downcast-rs/downcast-rs-1.2.0.crate"
  }
  version: "1.2.0"
  license_type: NOTICE
  last_upgrade_date {
    year: 2020
    month: 10
    day: 27
  }
}