| # This file is automatically @generated by Cargo. |
| # It is not intended for manual editing. |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "getrandom" |
| version = "0.1.14" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "hermit-abi" |
| version = "0.1.8" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "libc" |
| version = "0.2.67" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "no-panic" |
| version = "0.1.12" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "num_cpus" |
| version = "1.12.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ppv-lite86" |
| version = "0.2.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "quote" |
| version = "1.0.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand" |
| version = "0.7.3" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_chacha" |
| version = "0.2.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_core" |
| version = "0.5.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_hc" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "rand_xorshift" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "ryu" |
| version = "1.0.3" |
| dependencies = [ |
| "no-panic 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.16" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "wasi" |
| version = "0.9.0+wasi-snapshot-preview1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [metadata] |
| "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
| "checksum getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb" |
| "checksum hermit-abi 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8" |
| "checksum libc 0.2.67 (registry+https://github.com/rust-lang/crates.io-index)" = "eb147597cdf94ed43ab7a9038716637d2d1bf2bc571da995d0028dec06bd3018" |
| "checksum no-panic 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "a11c6db47b62f887ae15a0d02c5b24eb9a815536812bc46ca45305a6d22e5675" |
| "checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
| "checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
| "checksum proc-macro2 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435" |
| "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f" |
| "checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
| "checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
| "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
| "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
| "checksum rand_xorshift 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8" |
| "checksum syn 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859" |
| "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| "checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |