Surprise! We've been running on hardware provided by BuyVM for a few months and wanted to show them a little appreciation.
Running a paste site comes with unique challenges, ones that aren't always obvious and hard to control. As such, BuyVM offered us a home where we could worry less about the hosting side of things and focus on maintaining a clean and useful service! Go check them out and show them some love!
Description: cargo tree
Submitted on July 3, 2019 at 02:03 PM

New Paste 1 (Text)

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689
service-daemon v0.1.0 (/home/aron/Dev/server-controller)
├── actix v0.8.3
│   ├── actix-http v0.2.5
│   │   ├── actix-codec v0.1.2
│   │   │   ├── bytes v0.4.12
│   │   │   │   ├── byteorder v1.3.2
│   │   │   │   └── iovec v0.1.2
│   │   │   │       └── libc v0.2.58
│   │   │   ├── futures v0.1.28
│   │   │   ├── log v0.4.6
│   │   │   │   └── cfg-if v0.1.9
│   │   │   ├── tokio-codec v0.1.1
│   │   │   │   ├── bytes v0.4.12 (*)
│   │   │   │   ├── futures v0.1.28 (*)
│   │   │   │   └── tokio-io v0.1.12
│   │   │   │       ├── bytes v0.4.12 (*)
│   │   │   │       ├── futures v0.1.28 (*)
│   │   │   │       └── log v0.4.6 (*)
│   │   │   └── tokio-io v0.1.12 (*)
│   │   ├── actix-connect v0.2.0
│   │   │   ├── actix-codec v0.1.2 (*)
│   │   │   ├── actix-service v0.4.1
│   │   │   │   └── futures v0.1.28 (*)
│   │   │   ├── actix-utils v0.4.2
│   │   │   │   ├── actix-codec v0.1.2 (*)
│   │   │   │   ├── actix-service v0.4.1 (*)
│   │   │   │   ├── bytes v0.4.12 (*)
│   │   │   │   ├── either v1.5.2
│   │   │   │   ├── futures v0.1.28 (*)
│   │   │   │   ├── log v0.4.6 (*)
│   │   │   │   ├── tokio-current-thread v0.1.6
│   │   │   │   │   ├── futures v0.1.28 (*)
│   │   │   │   │   └── tokio-executor v0.1.7
│   │   │   │   │       ├── crossbeam-utils v0.6.5
│   │   │   │   │       │   ├── cfg-if v0.1.9 (*)
│   │   │   │   │       │   └── lazy_static v1.3.0
│   │   │   │   │       │       └── spin v0.5.0
│   │   │   │   │       └── futures v0.1.28 (*)
│   │   │   │   └── tokio-timer v0.2.11
│   │   │   │       ├── crossbeam-utils v0.6.5 (*)
│   │   │   │       ├── futures v0.1.28 (*)
│   │   │   │       ├── slab v0.4.2
│   │   │   │       └── tokio-executor v0.1.7 (*)
│   │   │   ├── derive_more v0.14.1
│   │   │   │   ├── proc-macro2 v0.4.30
│   │   │   │   │   └── unicode-xid v0.1.0
│   │   │   │   ├── quote v0.6.12
│   │   │   │   │   └── proc-macro2 v0.4.30 (*)
│   │   │   │   └── syn v0.15.39
│   │   │   │       ├── proc-macro2 v0.4.30 (*)
│   │   │   │       ├── quote v0.6.12 (*)
│   │   │   │       └── unicode-xid v0.1.0 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── rustc_version v0.2.3
│   │   │   │       └── semver v0.9.0
│   │   │   │           └── semver-parser v0.7.0
│   │   │   ├── either v1.5.2 (*)
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── http v0.1.17
│   │   │   │   ├── bytes v0.4.12 (*)
│   │   │   │   ├── fnv v1.0.6
│   │   │   │   └── itoa v0.4.4
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── tokio-current-thread v0.1.6 (*)
│   │   │   ├── tokio-tcp v0.1.3
│   │   │   │   ├── bytes v0.4.12 (*)
│   │   │   │   ├── futures v0.1.28 (*)
│   │   │   │   ├── iovec v0.1.2 (*)
│   │   │   │   ├── mio v0.6.19
│   │   │   │   │   ├── iovec v0.1.2 (*)
│   │   │   │   │   ├── libc v0.2.58 (*)
│   │   │   │   │   ├── log v0.4.6 (*)
│   │   │   │   │   ├── net2 v0.2.33
│   │   │   │   │   │   ├── cfg-if v0.1.9 (*)
│   │   │   │   │   │   └── libc v0.2.58 (*)
│   │   │   │   │   └── slab v0.4.2 (*)
│   │   │   │   ├── tokio-io v0.1.12 (*)
│   │   │   │   └── tokio-reactor v0.1.9
│   │   │   │       ├── crossbeam-utils v0.6.5 (*)
│   │   │   │       ├── futures v0.1.28 (*)
│   │   │   │       ├── lazy_static v1.3.0 (*)
│   │   │   │       ├── log v0.4.6 (*)
│   │   │   │       ├── mio v0.6.19 (*)
│   │   │   │       ├── num_cpus v1.10.1
│   │   │   │       │   └── libc v0.2.58 (*)
│   │   │   │       ├── parking_lot v0.7.1
│   │   │   │       │   ├── lock_api v0.1.5
│   │   │   │       │   │   ├── owning_ref v0.4.0
│   │   │   │       │   │   │   └── stable_deref_trait v1.1.1
│   │   │   │       │   │   └── scopeguard v0.3.3
│   │   │   │       │   └── parking_lot_core v0.4.0
│   │   │   │       │       ├── libc v0.2.58 (*)
│   │   │   │       │       ├── rand v0.6.5
│   │   │   │       │       │   ├── libc v0.2.58 (*)
│   │   │   │       │       │   ├── rand_chacha v0.1.1
│   │   │   │       │       │   │   └── rand_core v0.3.1
│   │   │   │       │       │   │       └── rand_core v0.4.0
│   │   │   │       │       │   │   [build-dependencies]
│   │   │   │       │       │   │   └── autocfg v0.1.4
│   │   │   │       │       │   ├── rand_core v0.4.0 (*)
│   │   │   │       │       │   ├── rand_hc v0.1.0
│   │   │   │       │       │   │   └── rand_core v0.3.1 (*)
│   │   │   │       │       │   ├── rand_isaac v0.1.1
│   │   │   │       │       │   │   └── rand_core v0.3.1 (*)
│   │   │   │       │       │   ├── rand_jitter v0.1.4
│   │   │   │       │       │   │   └── rand_core v0.4.0 (*)
│   │   │   │       │       │   ├── rand_os v0.1.3
│   │   │   │       │       │   │   ├── libc v0.2.58 (*)
│   │   │   │       │       │   │   └── rand_core v0.4.0 (*)
│   │   │   │       │       │   ├── rand_pcg v0.1.2
│   │   │   │       │       │   │   └── rand_core v0.4.0 (*)
│   │   │   │       │       │   │   [build-dependencies]
│   │   │   │       │       │   │   └── autocfg v0.1.4 (*)
│   │   │   │       │       │   └── rand_xorshift v0.1.1
│   │   │   │       │       │       └── rand_core v0.3.1 (*)
│   │   │   │       │       │   [build-dependencies]
│   │   │   │       │       │   └── autocfg v0.1.4 (*)
│   │   │   │       │       └── smallvec v0.6.10
│   │   │   │       │       [build-dependencies]
│   │   │   │       │       └── rustc_version v0.2.3 (*)
│   │   │   │       ├── slab v0.4.2 (*)
│   │   │   │       ├── tokio-executor v0.1.7 (*)
│   │   │   │       ├── tokio-io v0.1.12 (*)
│   │   │   │       └── tokio-sync v0.1.6
│   │   │   │           ├── fnv v1.0.6 (*)
│   │   │   │           └── futures v0.1.28 (*)
│   │   │   │       [dev-dependencies]
│   │   │   │       └── num_cpus v1.10.1 (*)
│   │   │   └── trust-dns-resolver v0.11.1
│   │   │       ├── cfg-if v0.1.9 (*)
│   │   │       ├── failure v0.1.5
│   │   │       │   ├── backtrace v0.3.32
│   │   │       │   │   ├── backtrace-sys v0.1.29
│   │   │       │   │   │   └── libc v0.2.58 (*)
│   │   │       │   │   │   [build-dependencies]
│   │   │       │   │   │   └── cc v1.0.37
│   │   │       │   │   ├── cfg-if v0.1.9 (*)
│   │   │       │   │   ├── libc v0.2.58 (*)
│   │   │       │   │   └── rustc-demangle v0.1.15
│   │   │       │   └── failure_derive v0.1.5
│   │   │       │       ├── proc-macro2 v0.4.30 (*)
│   │   │       │       ├── quote v0.6.12 (*)
│   │   │       │       ├── syn v0.15.39 (*)
│   │   │       │       └── synstructure v0.10.2
│   │   │       │           ├── proc-macro2 v0.4.30 (*)
│   │   │       │           ├── quote v0.6.12 (*)
│   │   │       │           ├── syn v0.15.39 (*)
│   │   │       │           └── unicode-xid v0.1.0 (*)
│   │   │       ├── futures v0.1.28 (*)
│   │   │       ├── lazy_static v1.3.0 (*)
│   │   │       ├── log v0.4.6 (*)
│   │   │       ├── lru-cache v0.1.2
│   │   │       │   └── linked-hash-map v0.5.2
│   │   │       ├── resolv-conf v0.6.2
│   │   │       │   ├── hostname v0.1.5
│   │   │       │   │   └── libc v0.2.58 (*)
│   │   │       │   └── quick-error v1.2.2
│   │   │       ├── smallvec v0.6.10 (*)
│   │   │       ├── tokio-executor v0.1.7 (*)
│   │   │       └── trust-dns-proto v0.7.4
│   │   │           ├── byteorder v1.3.2 (*)
│   │   │           ├── enum-as-inner v0.2.1
│   │   │           │   ├── proc-macro2 v0.4.30 (*)
│   │   │           │   ├── quote v0.6.12 (*)
│   │   │           │   └── syn v0.15.39 (*)
│   │   │           ├── failure v0.1.5 (*)
│   │   │           ├── futures v0.1.28 (*)
│   │   │           ├── idna v0.1.5
│   │   │           │   ├── matches v0.1.8
│   │   │           │   ├── unicode-bidi v0.3.4
│   │   │           │   │   └── matches v0.1.8 (*)
│   │   │           │   └── unicode-normalization v0.1.8
│   │   │           │       └── smallvec v0.6.10 (*)
│   │   │           ├── lazy_static v1.3.0 (*)
│   │   │           ├── log v0.4.6 (*)
│   │   │           ├── rand v0.6.5 (*)
│   │   │           ├── smallvec v0.6.10 (*)
│   │   │           ├── socket2 v0.3.9
│   │   │           │   ├── cfg-if v0.1.9 (*)
│   │   │           │   └── libc v0.2.58 (*)
│   │   │           ├── tokio-executor v0.1.7 (*)
│   │   │           ├── tokio-io v0.1.12 (*)
│   │   │           ├── tokio-reactor v0.1.9 (*)
│   │   │           ├── tokio-tcp v0.1.3 (*)
│   │   │           ├── tokio-timer v0.2.11 (*)
│   │   │           ├── tokio-udp v0.1.3
│   │   │           │   ├── bytes v0.4.12 (*)
│   │   │           │   ├── futures v0.1.28 (*)
│   │   │           │   ├── log v0.4.6 (*)
│   │   │           │   ├── mio v0.6.19 (*)
│   │   │           │   ├── tokio-codec v0.1.1 (*)
│   │   │           │   ├── tokio-io v0.1.12 (*)
│   │   │           │   └── tokio-reactor v0.1.9 (*)
│   │   │           └── url v1.7.2
│   │   │               ├── encoding v0.2.33
│   │   │               │   ├── encoding-index-japanese v1.20141219.5
│   │   │               │   │   └── encoding_index_tests v0.1.4
│   │   │               │   ├── encoding-index-korean v1.20141219.5
│   │   │               │   │   └── encoding_index_tests v0.1.4 (*)
│   │   │               │   ├── encoding-index-simpchinese v1.20141219.5
│   │   │               │   │   └── encoding_index_tests v0.1.4 (*)
│   │   │               │   ├── encoding-index-singlebyte v1.20141219.5
│   │   │               │   │   └── encoding_index_tests v0.1.4 (*)
│   │   │               │   └── encoding-index-tradchinese v1.20141219.5
│   │   │               │       └── encoding_index_tests v0.1.4 (*)
│   │   │               ├── idna v0.1.5 (*)
│   │   │               ├── matches v0.1.8 (*)
│   │   │               └── percent-encoding v1.0.1
│   │   ├── actix-server-config v0.1.1
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── tokio-io v0.1.12 (*)
│   │   │   └── tokio-tcp v0.1.3 (*)
│   │   ├── actix-service v0.4.1 (*)
│   │   ├── actix-threadpool v0.1.1
│   │   │   ├── derive_more v0.14.1 (*)
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── lazy_static v1.3.0 (*)
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── num_cpus v1.10.1 (*)
│   │   │   ├── parking_lot v0.8.0
│   │   │   │   ├── lock_api v0.2.0
│   │   │   │   │   └── scopeguard v1.0.0
│   │   │   │   └── parking_lot_core v0.5.0
│   │   │   │       ├── cfg-if v0.1.9 (*)
│   │   │   │       ├── libc v0.2.58 (*)
│   │   │   │       ├── rand v0.6.5 (*)
│   │   │   │       └── smallvec v0.6.10 (*)
│   │   │   │       [build-dependencies]
│   │   │   │       └── rustc_version v0.2.3 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── rustc_version v0.2.3 (*)
│   │   │   └── threadpool v1.7.1
│   │   │       └── num_cpus v1.10.1 (*)
│   │   ├── actix-utils v0.4.2 (*)
│   │   ├── base64 v0.10.1
│   │   │   └── byteorder v1.3.2 (*)
│   │   ├── bitflags v1.1.0
│   │   ├── brotli2 v0.3.2
│   │   │   ├── brotli-sys v0.3.2
│   │   │   │   └── libc v0.2.58 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── cc v1.0.37 (*)
│   │   │   └── libc v0.2.58 (*)
│   │   ├── byteorder v1.3.2 (*)
│   │   ├── bytes v0.4.12 (*)
│   │   ├── chrono v0.4.7
│   │   │   ├── libc v0.2.58 (*)
│   │   │   ├── num-integer v0.1.41
│   │   │   │   └── num-traits v0.2.8
│   │   │   │       [build-dependencies]
│   │   │   │       └── autocfg v0.1.4 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── autocfg v0.1.4 (*)
│   │   │   ├── num-traits v0.2.8 (*)
│   │   │   └── time v0.1.42
│   │   │       └── libc v0.2.58 (*)
│   │   │       [dev-dependencies]
│   │   │       └── winapi v0.3.7
│   │   ├── copyless v0.1.4
│   │   ├── derive_more v0.15.0
│   │   │   ├── lazy_static v1.3.0 (*)
│   │   │   ├── proc-macro2 v0.4.30 (*)
│   │   │   ├── quote v0.6.12 (*)
│   │   │   ├── regex v1.1.7
│   │   │   │   ├── aho-corasick v0.7.3
│   │   │   │   │   └── memchr v2.2.0
│   │   │   │   ├── memchr v2.2.0 (*)
│   │   │   │   ├── regex-syntax v0.6.7
│   │   │   │   │   └── ucd-util v0.1.3
│   │   │   │   ├── thread_local v0.3.6
│   │   │   │   │   └── lazy_static v1.3.0 (*)
│   │   │   │   └── utf8-ranges v1.0.3
│   │   │   └── syn v0.15.39 (*)
│   │   │   [build-dependencies]
│   │   │   └── rustc_version v0.2.3 (*)
│   │   ├── either v1.5.2 (*)
│   │   ├── encoding_rs v0.8.17
│   │   │   └── cfg-if v0.1.9 (*)
│   │   ├── failure v0.1.5 (*)
│   │   ├── flate2 v1.0.9
│   │   │   ├── crc32fast v1.2.0
│   │   │   │   └── cfg-if v0.1.9 (*)
│   │   │   ├── libc v0.2.58 (*)
│   │   │   ├── miniz-sys v0.1.12
│   │   │   │   └── libc v0.2.58 (*)
│   │   │   │   [build-dependencies]
│   │   │   │   └── cc v1.0.37 (*)
│   │   │   └── miniz_oxide_c_api v0.2.1
│   │   │       ├── crc v1.8.1
│   │   │       │   [build-dependencies]
│   │   │       │   └── build_const v0.2.1
│   │   │       ├── libc v0.2.58 (*)
│   │   │       └── miniz_oxide v0.2.1
│   │   │           └── adler32 v1.0.3
│   │   │       [build-dependencies]
│   │   │       └── cc v1.0.37 (*)
│   │   ├── futures v0.1.28 (*)
│   │   ├── h2 v0.1.25
│   │   │   ├── byteorder v1.3.2 (*)
│   │   │   ├── bytes v0.4.12 (*)
│   │   │   ├── fnv v1.0.6 (*)
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── http v0.1.17 (*)
│   │   │   ├── indexmap v1.0.2
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── slab v0.4.2 (*)
│   │   │   ├── string v0.2.1
│   │   │   │   └── bytes v0.4.12 (*)
│   │   │   └── tokio-io v0.1.12 (*)
│   │   ├── hashbrown v0.5.0
│   │   ├── http v0.1.17 (*)
│   │   ├── httparse v1.3.3
│   │   ├── indexmap v1.0.2 (*)
│   │   ├── language-tags v0.2.2
│   │   ├── lazy_static v1.3.0 (*)
│   │   ├── log v0.4.6 (*)
│   │   ├── mime v0.3.13
│   │   │   └── unicase v2.4.0
│   │   │       [build-dependencies]
│   │   │       └── version_check v0.1.5
│   │   ├── percent-encoding v1.0.1 (*)
│   │   ├── rand v0.6.5 (*)
│   │   ├── regex v1.1.7 (*)
│   │   ├── ring v0.14.6
│   │   │   ├── lazy_static v1.3.0 (*)
│   │   │   ├── libc v0.2.58 (*)
│   │   │   ├── spin v0.5.0 (*)
│   │   │   └── untrusted v0.6.2
│   │   │   [build-dependencies]
│   │   │   └── cc v1.0.37 (*)
│   │   ├── serde v1.0.94
│   │   │   └── serde_derive v1.0.94
│   │   │       ├── proc-macro2 v0.4.30 (*)
│   │   │       ├── quote v0.6.12 (*)
│   │   │       └── syn v0.15.39 (*)
│   │   │   [dev-dependencies]
│   │   │   └── serde_derive v1.0.94 (*)
│   │   ├── serde_json v1.0.39
│   │   │   ├── itoa v0.4.4 (*)
│   │   │   ├── ryu v0.2.8
│   │   │   └── serde v1.0.94 (*)
│   │   ├── serde_urlencoded v0.5.5
│   │   │   ├── dtoa v0.4.4
│   │   │   ├── itoa v0.4.4 (*)
│   │   │   ├── serde v1.0.94 (*)
│   │   │   └── url v1.7.2 (*)
│   │   ├── sha1 v0.6.0
│   │   ├── slab v0.4.2 (*)
│   │   ├── time v0.1.42 (*)
│   │   ├── tokio-current-thread v0.1.6 (*)
│   │   ├── tokio-tcp v0.1.3 (*)
│   │   ├── tokio-timer v0.2.11 (*)
│   │   └── trust-dns-resolver v0.11.1 (*)
│   │   [dev-dependencies]
│   │   ├── actix-connect v0.2.0 (*)
│   │   └── tokio-tcp v0.1.3 (*)
│   ├── actix-rt v0.2.3
│   │   ├── actix-threadpool v0.1.1 (*)
│   │   ├── futures v0.1.28 (*)
│   │   ├── tokio-current-thread v0.1.6 (*)
│   │   ├── tokio-executor v0.1.7 (*)
│   │   ├── tokio-reactor v0.1.9 (*)
│   │   └── tokio-timer v0.2.11 (*)
│   ├── actix_derive v0.4.0
│   │   ├── proc-macro2 v0.4.30 (*)
│   │   ├── quote v0.6.12 (*)
│   │   └── syn v0.15.39 (*)
│   ├── bitflags v1.1.0 (*)
│   ├── bytes v0.4.12 (*)
│   ├── crossbeam-channel v0.3.8
│   │   ├── crossbeam-utils v0.6.5 (*)
│   │   └── smallvec v0.6.10 (*)
│   ├── derive_more v0.14.1 (*)
│   ├── futures v0.1.28 (*)
│   ├── hashbrown v0.3.1
│   │   └── serde v1.0.94 (*)
│   ├── lazy_static v1.3.0 (*)
│   ├── log v0.4.6 (*)
│   ├── parking_lot v0.8.0 (*)
│   ├── smallvec v0.6.10 (*)
│   ├── tokio-codec v0.1.1 (*)
│   ├── tokio-executor v0.1.7 (*)
│   ├── tokio-io v0.1.12 (*)
│   ├── tokio-tcp v0.1.3 (*)
│   ├── tokio-timer v0.2.11 (*)
│   └── trust-dns-resolver v0.11.1 (*)
├── actix-files v0.1.3
│   ├── actix-http v0.2.5 (*)
│   ├── actix-service v0.4.1 (*)
│   ├── actix-web v1.0.3
│   │   ├── actix-codec v0.1.2 (*)
│   │   ├── actix-http v0.2.5 (*)
│   │   ├── actix-router v0.1.5
│   │   │   ├── bytes v0.4.12 (*)
│   │   │   ├── http v0.1.17 (*)
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── regex v1.1.7 (*)
│   │   │   ├── serde v1.0.94 (*)
│   │   │   └── string v0.2.1 (*)
│   │   │   [dev-dependencies]
│   │   │   └── http v0.1.17 (*)
│   │   ├── actix-rt v0.2.3 (*)
│   │   ├── actix-server v0.5.1
│   │   │   ├── actix-rt v0.2.3 (*)
│   │   │   ├── actix-server-config v0.1.1 (*)
│   │   │   ├── actix-service v0.4.1 (*)
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── mio v0.6.19 (*)
│   │   │   ├── net2 v0.2.33 (*)
│   │   │   ├── num_cpus v1.10.1 (*)
│   │   │   ├── slab v0.4.2 (*)
│   │   │   ├── tokio-io v0.1.12 (*)
│   │   │   ├── tokio-reactor v0.1.9 (*)
│   │   │   ├── tokio-signal v0.2.7
│   │   │   │   ├── futures v0.1.28 (*)
│   │   │   │   ├── libc v0.2.58 (*)
│   │   │   │   ├── mio v0.6.19 (*)
│   │   │   │   ├── mio-uds v0.6.7
│   │   │   │   │   ├── iovec v0.1.2 (*)
│   │   │   │   │   ├── libc v0.2.58 (*)
│   │   │   │   │   └── mio v0.6.19 (*)
│   │   │   │   ├── signal-hook v0.1.9
│   │   │   │   │   ├── libc v0.2.58 (*)
│   │   │   │   │   └── signal-hook-registry v1.0.1
│   │   │   │   │       ├── arc-swap v0.3.11
│   │   │   │   │       └── libc v0.2.58 (*)
│   │   │   │   ├── tokio-executor v0.1.7 (*)
│   │   │   │   ├── tokio-io v0.1.12 (*)
│   │   │   │   └── tokio-reactor v0.1.9 (*)
│   │   │   ├── tokio-tcp v0.1.3 (*)
│   │   │   └── tokio-timer v0.2.11 (*)
│   │   ├── actix-server-config v0.1.1 (*)
│   │   ├── actix-service v0.4.1 (*)
│   │   ├── actix-threadpool v0.1.1 (*)
│   │   ├── actix-utils v0.4.2 (*)
│   │   ├── actix-web-codegen v0.1.2
│   │   │   ├── quote v0.6.12 (*)
│   │   │   └── syn v0.15.39 (*)
│   │   ├── awc v0.2.1
│   │   │   ├── actix-codec v0.1.2 (*)
│   │   │   ├── actix-http v0.2.5 (*)
│   │   │   ├── actix-service v0.4.1 (*)
│   │   │   ├── base64 v0.10.1 (*)
│   │   │   ├── bytes v0.4.12 (*)
│   │   │   ├── derive_more v0.14.1 (*)
│   │   │   ├── futures v0.1.28 (*)
│   │   │   ├── log v0.4.6 (*)
│   │   │   ├── mime v0.3.13 (*)
│   │   │   ├── percent-encoding v1.0.1 (*)
│   │   │   ├── rand v0.6.5 (*)
│   │   │   ├── serde v1.0.94 (*)
│   │   │   ├── serde_json v1.0.39 (*)
│   │   │   ├── serde_urlencoded v0.5.5 (*)
│   │   │   └── tokio-timer v0.2.11 (*)
│   │   │   [dev-dependencies]
│   │   │   ├── actix-http v0.2.5 (*)
│   │   │   └── rand v0.6.5 (*)
│   │   ├── bytes v0.4.12 (*)
│   │   ├── derive_more v0.15.0 (*)
│   │   ├── encoding_rs v0.8.17 (*)
│   │   ├── futures v0.1.28 (*)
│   │   ├── hashbrown v0.5.0 (*)
│   │   ├── log v0.4.6 (*)
│   │   ├── mime v0.3.13 (*)
│   │   ├── net2 v0.2.33 (*)
│   │   ├── parking_lot v0.8.0 (*)
│   │   ├── regex v1.1.7 (*)
│   │   ├── serde v1.0.94 (*)
│   │   ├── serde_json v1.0.39 (*)
│   │   ├── serde_urlencoded v0.5.5 (*)
│   │   ├── time v0.1.42 (*)
│   │   └── url v1.7.2 (*)
│   │   [dev-dependencies]
│   │   └── actix-http v0.2.5 (*)
│   ├── bitflags v1.1.0 (*)
│   ├── bytes v0.4.12 (*)
│   ├── derive_more v0.15.0 (*)
│   ├── futures v0.1.28 (*)
│   ├── log v0.4.6 (*)
│   ├── mime v0.3.13 (*)
│   ├── mime_guess v2.0.0-alpha.6
│   │   ├── mime v0.3.13 (*)
│   │   ├── phf v0.7.24
│   │   │   └── phf_shared v0.7.24
│   │   │       ├── siphasher v0.2.3
│   │   │       └── unicase v1.4.2
│   │   │           [build-dependencies]
│   │   │           └── version_check v0.1.5 (*)
│   │   └── unicase v1.4.2 (*)
│   │   [build-dependencies]
│   │   ├── phf_codegen v0.7.24
│   │   │   ├── phf_generator v0.7.24
│   │   │   │   ├── phf_shared v0.7.24 (*)
│   │   │   │   └── rand v0.6.5 (*)
│   │   │   └── phf_shared v0.7.24 (*)
│   │   └── unicase v1.4.2 (*)
│   ├── percent-encoding v1.0.1 (*)
│   └── v_htmlescape v0.4.3
│       ├── cfg-if v0.1.9 (*)
│       └── v_escape v0.7.2
│           ├── v_escape_derive v0.5.3
│           │   ├── nom v4.2.3
│           │   │   └── memchr v2.2.0 (*)
│           │   │   [build-dependencies]
│           │   │   └── version_check v0.1.5 (*)
│           │   ├── proc-macro2 v0.4.30 (*)
│           │   ├── quote v0.6.12 (*)
│           │   └── syn v0.15.39 (*)
│           └── version_check v0.1.5 (*)
│           [build-dependencies]
│           └── version_check v0.1.5 (*)
│       [build-dependencies]
│       └── v_escape v0.7.2 (*)
│   [dev-dependencies]
│   └── actix-web v1.0.3 (*)
├── actix-identity v0.1.0
│   ├── actix-service v0.4.1 (*)
│   ├── actix-web v1.0.3 (*)
│   ├── futures v0.1.28 (*)
│   ├── serde v1.0.94 (*)
│   ├── serde_json v1.0.39 (*)
│   └── time v0.1.42 (*)
├── actix-rt v0.2.3 (*)
├── actix-web v1.0.3 (*)
├── arraydeque v0.4.5
├── bcrypt v0.5.0
│   ├── base64 v0.10.1 (*)
│   ├── blowfish v0.4.0
│   │   ├── block-cipher-trait v0.6.2
│   │   │   └── generic-array v0.12.3
│   │   │       └── typenum v1.10.0
│   │   ├── byteorder v1.3.2 (*)
│   │   └── opaque-debug v0.2.2
│   │   [dev-dependencies]
│   │   └── block-cipher-trait v0.6.2 (*)
│   ├── byteorder v1.3.2 (*)
│   ├── lazy_static v1.3.0 (*)
│   └── rand v0.7.0
│       ├── getrandom v0.1.5
│       │   ├── lazy_static v1.3.0 (*)
│       │   └── libc v0.2.58 (*)
│       ├── libc v0.2.58 (*)
│       ├── rand_chacha v0.2.0
│       │   ├── c2-chacha v0.2.2
│       │   │   ├── lazy_static v1.3.0 (*)
│       │   │   └── ppv-lite86 v0.2.5
│       │   └── rand_core v0.5.0
│       │       └── getrandom v0.1.5 (*)
│       │   [build-dependencies]
│       │   └── autocfg v0.1.4 (*)
│       └── rand_core v0.5.0 (*)
│       [dev-dependencies]
│       └── rand_hc v0.2.0
│           └── rand_core v0.5.0 (*)
├── bincode v1.1.4
│   ├── byteorder v1.3.2 (*)
│   └── serde v1.0.94 (*)
│   [build-dependencies]
│   └── autocfg v0.1.4 (*)
├── bitflags v1.1.0 (*)
├── config v0.9.3
│   ├── lazy_static v1.3.0 (*)
│   ├── nom v4.2.3 (*)
│   ├── rust-ini v0.13.0
│   ├── serde v1.0.94 (*)
│   ├── serde-hjson v0.8.2
│   │   ├── lazy_static v0.2.11
│   │   ├── linked-hash-map v0.3.0
│   │   │   ├── serde v0.8.23
│   │   │   └── serde_test v0.8.23
│   │   │       └── serde v0.8.23 (*)
│   │   ├── num-traits v0.1.43
│   │   │   └── num-traits v0.2.8 (*)
│   │   ├── regex v1.1.7 (*)
│   │   └── serde v0.8.23 (*)
│   ├── serde_json v1.0.39 (*)
│   ├── toml v0.4.10
│   │   └── serde v1.0.94 (*)
│   └── yaml-rust v0.4.3
│       └── linked-hash-map v0.5.2 (*)
├── data-encoding v2.1.2
├── env_logger v0.6.1
│   ├── atty v0.2.11
│   │   └── libc v0.2.58 (*)
│   ├── humantime v1.2.0
│   │   └── quick-error v1.2.2 (*)
│   ├── log v0.4.6 (*)
│   ├── regex v1.1.7 (*)
│   └── termcolor v1.0.5
├── failure v0.1.5 (*)
├── futures v0.1.28 (*)
├── lazy_static v1.3.0 (*)
├── log v0.4.6 (*)
├── metrohash v1.0.6
├── nanoid v0.2.0
│   └── rand v0.4.6
│       └── libc v0.2.58 (*)
├── oath v0.10.2
│   ├── digest v0.5.2
│   │   └── generic-array v0.7.3
│   │       ├── nodrop v0.1.13
│   │       └── typenum v1.10.0 (*)
│   ├── hmac v0.1.1
│   │   ├── crypto-mac v0.3.0
│   │   │   ├── constant_time_eq v0.1.3
│   │   │   └── generic-array v0.7.3 (*)
│   │   ├── digest v0.5.2 (*)
│   │   └── generic-array v0.7.3 (*)
│   ├── rustc-hex v1.0.0
│   ├── sha-1 v0.3.4
│   │   ├── byte-tools v0.1.3
│   │   ├── digest v0.5.2 (*)
│   │   ├── digest-buffer v0.3.1
│   │   │   ├── byte-tools v0.1.3 (*)
│   │   │   └── generic-array v0.7.3 (*)
│   │   ├── fake-simd v0.1.2
│   │   └── generic-array v0.7.3 (*)
│   └── sha2 v0.5.3
│       ├── byte-tools v0.1.3 (*)
│       ├── digest v0.5.2 (*)
│       ├── digest-buffer v0.3.1 (*)
│       ├── fake-simd v0.1.2 (*)
│       └── generic-array v0.7.3 (*)
├── rand v0.7.0 (*)
├── serde v1.0.94 (*)
├── sled v0.24.1
│   ├── futures v0.1.28 (*)
│   ├── log v0.4.6 (*)
│   ├── pagecache v0.17.0
│   │   ├── bincode v1.1.4 (*)
│   │   ├── crc32fast v1.2.0 (*)
│   │   ├── crossbeam-epoch v0.7.1
│   │   │   ├── arrayvec v0.4.10
│   │   │   │   └── nodrop v0.1.13 (*)
│   │   │   ├── cfg-if v0.1.9 (*)
│   │   │   ├── crossbeam-utils v0.6.5 (*)
│   │   │   ├── lazy_static v1.3.0 (*)
│   │   │   ├── memoffset v0.2.1
│   │   │   └── scopeguard v0.3.3 (*)
│   │   ├── crossbeam-utils v0.6.5 (*)
│   │   ├── fs2 v0.4.3
│   │   │   └── libc v0.2.58 (*)
│   │   ├── futures v0.1.28 (*)
│   │   ├── fxhash v0.2.1
│   │   │   └── byteorder v1.3.2 (*)
│   │   ├── hashbrown v0.3.1 (*)
│   │   ├── historian v4.0.3
│   │   ├── lazy_static v1.3.0 (*)
│   │   ├── libc v0.2.58 (*)
│   │   ├── log v0.4.6 (*)
│   │   ├── rayon v1.1.0
│   │   │   ├── crossbeam-deque v0.6.3
│   │   │   │   ├── crossbeam-epoch v0.7.1 (*)
│   │   │   │   └── crossbeam-utils v0.6.5 (*)
│   │   │   ├── either v1.5.2 (*)
│   │   │   └── rayon-core v1.5.0
│   │   │       ├── crossbeam-deque v0.6.3 (*)
│   │   │       ├── crossbeam-queue v0.1.2
│   │   │       │   └── crossbeam-utils v0.6.5 (*)
│   │   │       ├── crossbeam-utils v0.6.5 (*)
│   │   │       ├── lazy_static v1.3.0 (*)
│   │   │       └── num_cpus v1.10.1 (*)
│   │   └── serde v1.0.94 (*)
│   ├── serde v1.0.94 (*)
│   └── serde_bytes v0.11.1
│       └── serde v1.0.94 (*)
├── sysexit v0.2.0
│   └── libc v0.2.58 (*)
├── tokio-codec v0.1.1 (*)
├── tokio-io v0.1.12 (*)
├── tokio-process v0.2.4
│   ├── crossbeam-queue v0.1.2 (*)
│   ├── futures v0.1.28 (*)
│   ├── lazy_static v1.3.0 (*)
│   ├── libc v0.2.58 (*)
│   ├── log v0.4.6 (*)
│   ├── mio v0.6.19 (*)
│   ├── tokio-io v0.1.12 (*)
│   ├── tokio-reactor v0.1.9 (*)
│   └── tokio-signal v0.2.7 (*)
│   [dev-dependencies]
│   └── log v0.4.6 (*)
└── tokio-signal v0.2.7 (*)
[dev-dependencies]
├── circular-queue v0.2.0
├── serde_json v1.0.39 (*)
└── toml v0.5.1
    └── serde v1.0.94 (*)