version = 3
[[package]]
name = "dtor"
version = "0.5.0"
dependencies = [
"dtor-proc-macro",
"libc-print",
]
[[package]]
name = "dtor-proc-macro"
version = "0.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62523fcb747cefb3f30a4d0a409e10c44b0d598dd1c466d93eeb90c21d7efca1"
[[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",
]