| [root] |
| name = "bootsim" |
| version = "0.1.0" |
| dependencies = [ |
| "docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)", |
| "env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "error-chain 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "aho-corasick" |
| version = "0.5.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "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)", |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| "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)", |
| ] |
| |
| [[package]] |
| name = "backtrace-sys" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "dbghelp-sys" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "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)", |
| ] |
| |
| [[package]] |
| name = "docopt" |
| version = "0.6.86" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)", |
| "strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "env_logger" |
| version = "0.3.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "error-chain" |
| version = "0.7.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "gcc" |
| version = "0.3.38" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "kernel32-sys" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "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)", |
| ] |
| |
| [[package]] |
| name = "lazy_static" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.17" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "log" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "memchr" |
| version = "0.1.11" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.3.15" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex" |
| version = "0.1.80" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "regex-syntax" |
| version = "0.3.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "rustc-demangle" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "rustc-serialize" |
| version = "0.3.22" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "strsim" |
| version = "0.5.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "thread-id" |
| version = "2.0.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "thread_local" |
| version = "0.2.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "utf8-ranges" |
| version = "0.1.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi" |
| version = "0.2.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "winapi-build" |
| version = "0.1.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [metadata] |
| "checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66" |
| "checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80" |
| "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 docopt 0.6.86 (registry+https://github.com/rust-lang/crates.io-index)" = "4a7ef30445607f6fc8720f0a0a2c7442284b629cf0d049286860fae23e71c4d9" |
| "checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f" |
| "checksum error-chain 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1cd681735364a04cd5d69f01a4f6768e70473941f8d86d8c224faf6955a75799" |
| "checksum gcc 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "553f11439bdefe755bf366b264820f1da70f3aaf3924e594b886beb9c831bcf5" |
| "checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
| "checksum lazy_static 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6abe0ee2e758cd6bc8a2cd56726359007748fbf4128da998b65d0b70f881e19b" |
| "checksum libc 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "044d1360593a78f5c8e5e710beccdc24ab71d1f01bc19a29bcacdba22e8475d8" |
| "checksum log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ab83497bf8bf4ed2a74259c1c802351fcd67a65baa86394b6ba73c36f4838054" |
| "checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20" |
| "checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d" |
| "checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f" |
| "checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957" |
| "checksum rustc-demangle 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1430d286cadb237c17c885e25447c982c97113926bb579f4379c0eca8d9586dc" |
| "checksum rustc-serialize 0.3.22 (registry+https://github.com/rust-lang/crates.io-index)" = "237546c689f20bb44980270c73c3b9edd0891c1be49cc1274406134a66d3957b" |
| "checksum strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "67f84c44fbb2f91db7fef94554e6b2ac05909c9c0b0bc23bb98d3a1aebfe7f7c" |
| "checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03" |
| "checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5" |
| "checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f" |
| "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" |