version = 3
[[package]]
name = "dtor"
version = "0.6.0"
dependencies = [
"dtor-proc-macro",
"libc-print",
]
[[package]]
name = "dtor-proc-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131"
[[package]]
name = "libc"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
[[package]]
name = "libc-print"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a660208db49e35faf57b37484350f1a61072f2a5becf0592af6015d9ddd4b0"
dependencies = [
"libc",
]