dynamic-cast 0.1.7

The fifth pillar of OOP: dynamic casting.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "arraybox"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8870cfc010dfee557169a2e3049bbcabd05bc29f5d56056e283c7610aad79c"

[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"

[[package]]
name = "dynamic-cast"
version = "0.1.7"
dependencies = [
 "arraybox",
 "downcast-rs",
]