|
@ -26,12 +26,40 @@ version = "1.0.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "backtrace" |
|
|
|
|
|
version = "0.3.44" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "e4036b9bf40f3cf16aba72a3d65e8a520fc4bafcdc7079aea8f848c58c5b5536" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"backtrace-sys", |
|
|
|
|
|
"cfg-if", |
|
|
|
|
|
"libc", |
|
|
|
|
|
"rustc-demangle", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "backtrace-sys" |
|
|
|
|
|
version = "0.1.32" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"cc", |
|
|
|
|
|
"libc", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
name = "bitflags" |
|
|
version = "1.2.1" |
|
|
version = "1.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "cc" |
|
|
|
|
|
version = "1.0.50" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
name = "cfg-if" |
|
|
version = "0.1.10" |
|
|
version = "0.1.10" |
|
@ -70,6 +98,7 @@ version = "0.12.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" |
|
|
checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
|
|
|
"backtrace", |
|
|
"version_check", |
|
|
"version_check", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -204,6 +233,12 @@ dependencies = [ |
|
|
"redox_syscall", |
|
|
"redox_syscall", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rustc-demangle" |
|
|
|
|
|
version = "0.1.16" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rustversion" |
|
|
name = "rustversion" |
|
|
version = "1.0.2" |
|
|
version = "1.0.2" |
|
|