# This file is automatically @generated by Cargo.# It is not intended for manual editing.[[package]]name = "adler32"version = "1.0.4"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "aho-corasick"version = "0.7.6"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "atty"version = "0.2.13"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "autocfg"version = "0.1.7"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "base64"version = "0.9.3"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "bitflags"version = "1.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "byteorder"version = "1.3.2"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "cfg-if"version = "0.1.10"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "chrono"version = "0.4.10"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)","num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)","time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "cloudabi"version = "0.0.3"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "crc32fast"version = "1.2.0"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)",][[package]]name = "csv"version = "0.15.0"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)","memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "env_logger"version = "0.7.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)","humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)","termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "envy"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "flate2"version = "1.0.13"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)","crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "fuchsia-cprng"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "hermit-abi"version = "0.1.3"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "httparse"version = "1.3.4"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "humantime"version = "1.3.0"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "hyper"version = "0.10.16"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)","httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)","language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)","log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)","time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)","traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)","url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "idna"version = "0.1.5"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)","unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "iron"version = "0.6.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)","log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)","modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)","plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)","url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "language-tags"version = "0.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "lazy_static"version = "1.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "libc"version = "0.2.65"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "log"version = "0.3.9"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "log"version = "0.4.8"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)",][[package]]name = "matches"version = "0.1.8"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "memchr"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "memchr"version = "2.2.1"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "mime"version = "0.2.6"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "mime_guess"version = "1.8.7"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)","phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)","unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "miniz_oxide"version = "0.3.5"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "modifier"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "num-integer"version = "0.1.41"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "num-traits"version = "0.2.10"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "num_cpus"version = "1.11.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "percent-encoding"version = "1.0.1"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "phf"version = "0.7.24"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "phf_codegen"version = "0.7.24"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)","phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "phf_generator"version = "0.7.24"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)","rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "phf_shared"version = "0.7.24"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)","unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "playground-middleware"version = "0.1.0"source = "git+https://github.com/joseluisq/iron-playground-middleware.git#146df5e79210fc21ded487cf41fcb4e1ae1a347a"dependencies = ["csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)","iron 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)","mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)","mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)","rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)","time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)","url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "plugin"version = "0.2.6"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "proc-macro2"version = "1.0.6"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 = "quick-error"version = "1.2.2"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "quote"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand"version = "0.6.5"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)","rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)","rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)","rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)","rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_chacha"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_core"version = "0.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_core"version = "0.4.2"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "rand_hc"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_isaac"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_jitter"version = "0.1.4"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_os"version = "0.1.3"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)","fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)","libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)","rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_pcg"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)","rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rand_xorshift"version = "0.1.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "rdrand"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "redox_syscall"version = "0.1.56"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "regex"version = "1.3.1"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)","memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)","regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)","thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "regex-syntax"version = "0.6.12"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "rustc-serialize"version = "0.3.24"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "safemem"version = "0.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "serde"version = "1.0.103"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "serde_derive"version = "1.0.103"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)","syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "siphasher"version = "0.2.3"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "smallvec"version = "1.0.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "static-web-server"version = "1.0.0-beta.4"dependencies = ["chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)","env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)","envy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)","iron 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)","log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)","playground-middleware 0.1.0 (git+https://github.com/joseluisq/iron-playground-middleware.git)","serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "syn"version = "1.0.8"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)","quote 1.0.2 (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 = "termcolor"version = "1.0.5"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "thread_local"version = "0.3.6"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "time"version = "0.1.42"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)","redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)","winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "traitobject"version = "0.1.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "typeable"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "typemap"version = "0.3.3"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "unicase"version = "1.4.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "unicode-bidi"version = "0.3.4"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "unicode-normalization"version = "0.1.11"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["smallvec 1.0.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 = "unsafe-any"version = "0.4.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "url"version = "1.7.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)","matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)","percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "version_check"version = "0.1.5"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "winapi"version = "0.3.8"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)","winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "winapi-i686-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "winapi-util"version = "0.1.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",][[package]]name = "winapi-x86_64-pc-windows-gnu"version = "0.4.0"source = "registry+https://github.com/rust-lang/crates.io-index"[[package]]name = "wincolor"version = "1.0.2"source = "registry+https://github.com/rust-lang/crates.io-index"dependencies = ["winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)","winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",][metadata]"checksum adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5d2e7343e7fc9de883d1b0341e0b13970f764c14101234857d2ddafa1cb1cac2""checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d""checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90""checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2""checksum base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643""checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693""checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5""checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822""checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01""checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f""checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1""checksum csv 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ef22b37c7a51c564a365892c012dc0271221fdcc64c69b19ba4d6fa8bd96d9c""checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36""checksum envy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "261b836bcf13f42a01c70351f56bd7b66db6e6fb58352bd214cb77e9269a34b4""checksum flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6bd6d6f4752952feb71363cffc9ebac9411b75b87c6ab6058c40c8900cf43c0f""checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba""checksum hermit-abi 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "307c3c9f937f38e3534b1d6447ecf090cafcc9744e4a6360e8b037b2cf5af120""checksum httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9""checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f""checksum hyper 0.10.16 (registry+https://github.com/rust-lang/crates.io-index)" = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273""checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e""checksum iron 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c6d308ca2d884650a8bf9ed2ff4cb13fbb2207b71f64cda11dc9b892067295e8""checksum language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a""checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646""checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8""checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b""checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7""checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08""checksum memchr 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a""checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e""checksum mime 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0""checksum mime_guess 1.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0d977de9ee851a0b16e932979515c0f3da82403183879811bc97d50bd9cc50f7""checksum miniz_oxide 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6f3f74f726ae935c3f514300cc6773a0c9492abc5e972d42ba0c0ebb88757625""checksum modifier 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41f5c9112cb662acd3b204077e0de5bc66305fa8df65c8019d5adb10e9ab6e58""checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09""checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4""checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72""checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831""checksum phf 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b3da44b85f8e8dfaec21adae67f95d93244b2ecf6ad2a692320598dcc8e6dd18""checksum phf_codegen 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b03e85129e324ad4166b06b2c7491ae27fe3ec353af72e72cd1654c7225d517e""checksum phf_generator 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "09364cc93c159b8b06b1f4dd8a4398984503483891b0c26b867cf431fb132662""checksum phf_shared 0.7.24 (registry+https://github.com/rust-lang/crates.io-index)" = "234f71a15de2288bcb7e3b6515828d22af7ec8598ee6d24c3b526fa0a80b67a0""checksum playground-middleware 0.1.0 (git+https://github.com/joseluisq/iron-playground-middleware.git)" = "<none>""checksum plugin 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1a6a0dc3910bc8db877ffed8e457763b317cf880df4ae19109b9f77d277cf6e0""checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27""checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0""checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe""checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca""checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef""checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b""checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc""checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4""checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08""checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b""checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071""checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44""checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c""checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2""checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84""checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd""checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716""checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda""checksum safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072""checksum serde 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702""checksum serde_derive 1.0.103 (registry+https://github.com/rust-lang/crates.io-index)" = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0""checksum siphasher 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac""checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86""checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92""checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e""checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b""checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f""checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079""checksum typeable 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887""checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6""checksum unicase 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33""checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5""checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf""checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c""checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f""checksum url 1.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a""checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd""checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6""checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6""checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9""checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f""checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"