2016-08-14 09:13:39 +10:00
|
|
|
[root]
|
|
|
|
name = "ash"
|
2016-12-23 09:31:37 +11:00
|
|
|
version = "0.1.1"
|
2016-08-14 09:13:39 +10:00
|
|
|
dependencies = [
|
|
|
|
"shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 09:31:37 +11:00
|
|
|
"sharedlib 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "backtrace"
|
|
|
|
version = "0.2.3"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"backtrace-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 05:32:34 +11:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-23 09:31:37 +11:00
|
|
|
"rustc-demangle 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.5"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"gcc 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "dbghelp-sys"
|
|
|
|
version = "0.2.0"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "error-chain"
|
|
|
|
version = "0.5.0"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.37"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.1"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "libc"
|
|
|
|
version = "0.2.17"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.3"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "shared_library"
|
|
|
|
version = "0.1.5"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-28 05:32:34 +11:00
|
|
|
"libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "sharedlib"
|
|
|
|
version = "6.0.0"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-12-23 09:31:37 +11:00
|
|
|
"error-chain 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-14 09:13:39 +10:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
2016-08-14 09:13:39 +10:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-11-28 05:32:34 +11:00
|
|
|
|
|
|
|
[[package]]
|
2016-12-23 09:31:37 +11:00
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-08-14 09:13:39 +10:00
|
|
|
|
|
|
|
[metadata]
|
2016-12-23 09:31:37 +11:00
|
|
|
"checksum backtrace 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "346d7644f0b5f9bc73082d3b2236b69a05fd35cce0cfa3724e184e6a5c9e2a2f"
|
|
|
|
"checksum backtrace-sys 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3602e8d8c43336088a8505fa55cae2b3884a9be29440863a11528a42f46f6bb7"
|
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
|
|
|
"checksum error-chain 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd5c82c815138e278b8dcdeffc49f27ea6ffb528403e9dea4194f2e3dd40b143"
|
2016-11-28 05:32:34 +11:00
|
|
|
"checksum gcc 0.3.37 (registry+https://github.com/rust-lang/crates.io-index)" = "41337e9dc80ebadf36b4f252bf7440f61bcf34f99caa170e50dcd0f9a0cdb5d8"
|
2016-12-23 09:31:37 +11:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2016-08-14 09:13:39 +10:00
|
|
|
"checksum lazy_static 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "49247ec2a285bb3dcb23cbd9c35193c025e7251bfce77c1d5da97e6362dffe7f"
|
2016-11-28 05:32:34 +11:00
|
|
|
"checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8"
|
2016-12-23 09:31:37 +11:00
|
|
|
"checksum rustc-demangle 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1430d286cadb237c17c885e25447c982c97113926bb579f4379c0eca8d9586dc"
|
2016-08-14 09:13:39 +10:00
|
|
|
"checksum shared_library 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fb04126b6fcfd2710fb5b6d18f4207b6c535f2850a7e1a43bcd526d44f30a79a"
|
2016-12-23 09:31:37 +11:00
|
|
|
"checksum sharedlib 6.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5182b4b49a0ff319bc69d23ca9e9f8e40dfb3b88abb895805a54e69325a092c7"
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|