resman 0.14.0

Runtime managed resource borrowing.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "fn_meta"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "181f0a3535a0a57226cda6e8a20b14f80a225c77b9c00e1c1a0a209fa607bea2"
dependencies = [
 "smallvec",
]

[[package]]
name = "resman"
version = "0.14.0"
dependencies = [
 "downcast-rs",
 "fn_meta",
 "rt_map",
]

[[package]]
name = "rt_map"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d51366e353df551380c97a17e9f16954c235aae7f10e6a1101925b3ba31f5785"

[[package]]
name = "smallvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"