aboutsummaryrefslogtreecommitdiff
path: root/METADATA
diff options
context:
space:
mode:
Diffstat (limited to 'METADATA')
-rw-r--r--METADATA19
1 files changed, 19 insertions, 0 deletions
diff --git a/METADATA b/METADATA
new file mode 100644
index 0000000..d2243f6
--- /dev/null
+++ b/METADATA
@@ -0,0 +1,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
+ }
+}