Skip to content

Instantly share code, notes, and snippets.

@adaszko
Last active August 18, 2019 12:37
Show Gist options
  • Save adaszko/5434bdab6c004f0729b3402626db3df8 to your computer and use it in GitHub Desktop.
Save adaszko/5434bdab6c004f0729b3402626db3df8 to your computer and use it in GitHub Desktop.
onus v0.1.0 (/Users/adaszko/repos/onus)
├── actix-web v1.0.5
│ ├── actix-codec v0.1.2
│ │ ├── bytes v0.4.12
│ │ │ ├── byteorder v1.3.2
│ │ │ └── iovec v0.1.2
│ │ │ └── libc v0.2.62
│ │ ├── futures v0.1.28
│ │ ├── log v0.4.8
│ │ │ └── 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.8 (*)
│ │ └── tokio-io v0.1.12 (*)
│ ├── actix-http v0.2.9
│ │ ├── actix-codec v0.1.2 (*)
│ │ ├── actix-connect v0.2.3
│ │ │ ├── actix-codec v0.1.2 (*)
│ │ │ ├── actix-service v0.4.1
│ │ │ │ └── futures v0.1.28 (*)
│ │ │ ├── actix-utils v0.4.5
│ │ │ │ ├── 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.8 (*)
│ │ │ │ ├── tokio-current-thread v0.1.6
│ │ │ │ │ ├── futures v0.1.28 (*)
│ │ │ │ │ └── tokio-executor v0.1.8
│ │ │ │ │ ├── crossbeam-utils v0.6.6
│ │ │ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ │ │ └── lazy_static v1.3.0
│ │ │ │ │ └── futures v0.1.28 (*)
│ │ │ │ └── tokio-timer v0.2.11
│ │ │ │ ├── crossbeam-utils v0.6.6 (*)
│ │ │ │ ├── futures v0.1.28 (*)
│ │ │ │ ├── slab v0.4.2
│ │ │ │ └── tokio-executor v0.1.8 (*)
│ │ │ ├── derive_more v0.15.0
│ │ │ │ ├── lazy_static v1.3.0 (*)
│ │ │ │ ├── proc-macro2 v0.4.30
│ │ │ │ │ └── unicode-xid v0.1.0
│ │ │ │ ├── quote v0.6.13
│ │ │ │ │ └── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── regex v1.2.1
│ │ │ │ │ ├── aho-corasick v0.7.6
│ │ │ │ │ │ └── memchr v2.2.1
│ │ │ │ │ ├── memchr v2.2.1 (*)
│ │ │ │ │ ├── regex-syntax v0.6.11
│ │ │ │ │ └── thread_local v0.3.6
│ │ │ │ │ └── lazy_static v1.3.0 (*)
│ │ │ │ └── syn v0.15.44
│ │ │ │ ├── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── quote v0.6.13 (*)
│ │ │ │ └── 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.18
│ │ │ │ ├── bytes v0.4.12 (*)
│ │ │ │ ├── fnv v1.0.6
│ │ │ │ └── itoa v0.4.4
│ │ │ ├── log v0.4.8 (*)
│ │ │ ├── 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.62 (*)
│ │ │ │ │ ├── log v0.4.8 (*)
│ │ │ │ │ ├── net2 v0.2.33
│ │ │ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ │ └── slab v0.4.2 (*)
│ │ │ │ ├── tokio-io v0.1.12 (*)
│ │ │ │ └── tokio-reactor v0.1.9
│ │ │ │ ├── crossbeam-utils v0.6.6 (*)
│ │ │ │ ├── futures v0.1.28 (*)
│ │ │ │ ├── lazy_static v1.3.0 (*)
│ │ │ │ ├── log v0.4.8 (*)
│ │ │ │ ├── mio v0.6.19 (*)
│ │ │ │ ├── num_cpus v1.10.1
│ │ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ ├── 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.62 (*)
│ │ │ │ │ ├── rand v0.6.5
│ │ │ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ │ │ ├── rand_chacha v0.1.1
│ │ │ │ │ │ │ └── rand_core v0.3.1
│ │ │ │ │ │ │ └── rand_core v0.4.2
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v0.1.5
│ │ │ │ │ │ ├── rand_core v0.4.2 (*)
│ │ │ │ │ │ ├── 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
│ │ │ │ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ │ │ │ └── rand_core v0.4.2 (*)
│ │ │ │ │ │ ├── rand_os v0.1.3
│ │ │ │ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ │ │ │ └── rand_core v0.4.2 (*)
│ │ │ │ │ │ ├── rand_pcg v0.1.2
│ │ │ │ │ │ │ └── rand_core v0.4.2 (*)
│ │ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ │ └── autocfg v0.1.5 (*)
│ │ │ │ │ │ └── rand_xorshift v0.1.1
│ │ │ │ │ │ └── rand_core v0.3.1 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── autocfg v0.1.5 (*)
│ │ │ │ │ └── smallvec v0.6.10
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── rustc_version v0.2.3 (*)
│ │ │ │ ├── slab v0.4.2 (*)
│ │ │ │ ├── tokio-executor v0.1.8 (*)
│ │ │ │ ├── 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.34
│ │ │ │ │ ├── backtrace-sys v0.1.31
│ │ │ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ │ │ [build-dependencies]
│ │ │ │ │ │ └── cc v1.0.40
│ │ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ │ └── rustc-demangle v0.1.16
│ │ │ │ └── failure_derive v0.1.5
│ │ │ │ ├── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── quote v0.6.13 (*)
│ │ │ │ ├── syn v0.15.44 (*)
│ │ │ │ └── synstructure v0.10.2
│ │ │ │ ├── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── quote v0.6.13 (*)
│ │ │ │ ├── syn v0.15.44 (*)
│ │ │ │ └── unicode-xid v0.1.0 (*)
│ │ │ ├── futures v0.1.28 (*)
│ │ │ ├── lazy_static v1.3.0 (*)
│ │ │ ├── log v0.4.8 (*)
│ │ │ ├── lru-cache v0.1.2
│ │ │ │ └── linked-hash-map v0.5.2
│ │ │ ├── resolv-conf v0.6.2
│ │ │ │ ├── hostname v0.1.5
│ │ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ └── quick-error v1.2.2
│ │ │ ├── smallvec v0.6.10 (*)
│ │ │ ├── tokio-executor v0.1.8 (*)
│ │ │ └── trust-dns-proto v0.7.4
│ │ │ ├── byteorder v1.3.2 (*)
│ │ │ ├── enum-as-inner v0.2.1
│ │ │ │ ├── proc-macro2 v0.4.30 (*)
│ │ │ │ ├── quote v0.6.13 (*)
│ │ │ │ └── syn v0.15.44 (*)
│ │ │ ├── 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.8 (*)
│ │ │ ├── rand v0.6.5 (*)
│ │ │ ├── smallvec v0.6.10 (*)
│ │ │ ├── socket2 v0.3.11
│ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ └── libc v0.2.62 (*)
│ │ │ ├── tokio-executor v0.1.8 (*)
│ │ │ ├── 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.8 (*)
│ │ │ │ ├── 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.2
│ │ │ ├── futures v0.1.28 (*)
│ │ │ ├── tokio-io v0.1.12 (*)
│ │ │ └── tokio-tcp v0.1.3 (*)
│ │ ├── actix-service v0.4.1 (*)
│ │ ├── actix-threadpool v0.1.2
│ │ │ ├── derive_more v0.15.0 (*)
│ │ │ ├── futures v0.1.28 (*)
│ │ │ ├── lazy_static v1.3.0 (*)
│ │ │ ├── log v0.4.8 (*)
│ │ │ ├── num_cpus v1.10.1 (*)
│ │ │ ├── parking_lot v0.9.0
│ │ │ │ ├── lock_api v0.3.1
│ │ │ │ │ └── scopeguard v1.0.0
│ │ │ │ └── parking_lot_core v0.6.2
│ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ └── 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.5 (*)
│ │ ├── base64 v0.10.1
│ │ │ └── byteorder v1.3.2 (*)
│ │ ├── bitflags v1.1.0
│ │ ├── brotli2 v0.3.2
│ │ │ ├── brotli-sys v0.3.2
│ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── cc v1.0.40 (*)
│ │ │ └── libc v0.2.62 (*)
│ │ ├── bytes v0.4.12 (*)
│ │ ├── chrono v0.4.7
│ │ │ ├── libc v0.2.62 (*)
│ │ │ ├── num-integer v0.1.41
│ │ │ │ └── num-traits v0.2.8
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v0.1.5 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v0.1.5 (*)
│ │ │ ├── num-traits v0.2.8 (*)
│ │ │ └── time v0.1.42
│ │ │ └── libc v0.2.62 (*)
│ │ │ [dev-dependencies]
│ │ │ └── winapi v0.3.7
│ │ ├── copyless v0.1.4
│ │ ├── derive_more v0.15.0 (*)
│ │ ├── either v1.5.2 (*)
│ │ ├── encoding_rs v0.8.17
│ │ │ └── cfg-if v0.1.9 (*)
│ │ ├── failure v0.1.5 (*)
│ │ ├── flate2 v1.0.11
│ │ │ ├── crc32fast v1.2.0
│ │ │ │ └── cfg-if v0.1.9 (*)
│ │ │ ├── libc v0.2.62 (*)
│ │ │ ├── miniz-sys v0.1.12
│ │ │ │ └── libc v0.2.62 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── cc v1.0.40 (*)
│ │ │ └── miniz_oxide v0.3.2
│ │ │ └── adler32 v1.0.3
│ │ ├── futures v0.1.28 (*)
│ │ ├── h2 v0.1.26
│ │ │ ├── byteorder v1.3.2 (*)
│ │ │ ├── bytes v0.4.12 (*)
│ │ │ ├── fnv v1.0.6 (*)
│ │ │ ├── futures v0.1.28 (*)
│ │ │ ├── http v0.1.18 (*)
│ │ │ ├── indexmap v1.0.2
│ │ │ ├── log v0.4.8 (*)
│ │ │ ├── slab v0.4.2 (*)
│ │ │ ├── string v0.2.1
│ │ │ │ └── bytes v0.4.12 (*)
│ │ │ └── tokio-io v0.1.12 (*)
│ │ ├── hashbrown v0.5.0
│ │ ├── http v0.1.18 (*)
│ │ ├── httparse v1.3.4
│ │ ├── indexmap v1.0.2 (*)
│ │ ├── language-tags v0.2.2
│ │ ├── lazy_static v1.3.0 (*)
│ │ ├── log v0.4.8 (*)
│ │ ├── mime v0.3.13
│ │ │ └── unicase v2.4.0
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.1.5
│ │ ├── percent-encoding v2.1.0
│ │ ├── rand v0.7.0
│ │ │ ├── getrandom v0.1.10
│ │ │ │ ├── cfg-if v0.1.9 (*)
│ │ │ │ └── libc v0.2.62 (*)
│ │ │ ├── libc v0.2.62 (*)
│ │ │ ├── rand_chacha v0.2.1
│ │ │ │ ├── c2-chacha v0.2.2
│ │ │ │ │ ├── lazy_static v1.3.0 (*)
│ │ │ │ │ └── ppv-lite86 v0.2.5
│ │ │ │ └── rand_core v0.5.0
│ │ │ │ └── getrandom v0.1.10 (*)
│ │ │ └── rand_core v0.5.0 (*)
│ │ │ [dev-dependencies]
│ │ │ └── rand_hc v0.2.0
│ │ │ └── rand_core v0.5.0 (*)
│ │ ├── regex v1.2.1 (*)
│ │ ├── serde v1.0.99
│ │ │ └── serde_derive v1.0.99
│ │ │ ├── proc-macro2 v1.0.1
│ │ │ │ └── unicode-xid v0.2.0
│ │ │ ├── quote v1.0.2
│ │ │ │ └── proc-macro2 v1.0.1 (*)
│ │ │ └── syn v1.0.3
│ │ │ ├── proc-macro2 v1.0.1 (*)
│ │ │ ├── quote v1.0.2 (*)
│ │ │ └── unicode-xid v0.2.0 (*)
│ │ │ [dev-dependencies]
│ │ │ └── serde_derive v1.0.99 (*)
│ │ ├── serde_json v1.0.40
│ │ │ ├── itoa v0.4.4 (*)
│ │ │ ├── ryu v1.0.0
│ │ │ └── serde v1.0.99 (*)
│ │ ├── serde_urlencoded v0.6.1
│ │ │ ├── dtoa v0.4.4
│ │ │ ├── itoa v0.4.4 (*)
│ │ │ ├── serde v1.0.99 (*)
│ │ │ └── url v2.1.0
│ │ │ ├── idna v0.2.0
│ │ │ │ ├── matches v0.1.8 (*)
│ │ │ │ ├── unicode-bidi v0.3.4 (*)
│ │ │ │ └── unicode-normalization v0.1.8 (*)
│ │ │ ├── matches v0.1.8 (*)
│ │ │ └── percent-encoding v2.1.0 (*)
│ │ ├── 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.3 (*)
│ │ └── tokio-tcp v0.1.3 (*)
│ ├── actix-router v0.1.5
│ │ ├── bytes v0.4.12 (*)
│ │ ├── http v0.1.18 (*)
│ │ ├── log v0.4.8 (*)
│ │ ├── regex v1.2.1 (*)
│ │ ├── serde v1.0.99 (*)
│ │ └── string v0.2.1 (*)
│ │ [dev-dependencies]
│ │ └── http v0.1.18 (*)
│ ├── actix-rt v0.2.4
│ │ ├── actix-threadpool v0.1.2 (*)
│ │ ├── copyless v0.1.4 (*)
│ │ ├── futures v0.1.28 (*)
│ │ ├── tokio-current-thread v0.1.6 (*)
│ │ ├── tokio-executor v0.1.8 (*)
│ │ ├── tokio-reactor v0.1.9 (*)
│ │ └── tokio-timer v0.2.11 (*)
│ ├── actix-server v0.6.0
│ │ ├── actix-rt v0.2.4 (*)
│ │ ├── actix-server-config v0.1.2 (*)
│ │ ├── actix-service v0.4.1 (*)
│ │ ├── futures v0.1.28 (*)
│ │ ├── log v0.4.8 (*)
│ │ ├── 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.62 (*)
│ │ │ ├── mio v0.6.19 (*)
│ │ │ ├── mio-uds v0.6.7
│ │ │ │ ├── iovec v0.1.2 (*)
│ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ └── mio v0.6.19 (*)
│ │ │ ├── signal-hook v0.1.10
│ │ │ │ ├── libc v0.2.62 (*)
│ │ │ │ └── signal-hook-registry v1.1.1
│ │ │ │ ├── arc-swap v0.4.2
│ │ │ │ └── libc v0.2.62 (*)
│ │ │ ├── tokio-executor v0.1.8 (*)
│ │ │ ├── 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.2 (*)
│ ├── actix-service v0.4.1 (*)
│ ├── actix-threadpool v0.1.2 (*)
│ ├── actix-utils v0.4.5 (*)
│ ├── actix-web-codegen v0.1.2
│ │ ├── quote v0.6.13 (*)
│ │ └── syn v0.15.44 (*)
│ ├── awc v0.2.4
│ │ ├── actix-codec v0.1.2 (*)
│ │ ├── actix-http v0.2.9 (*)
│ │ ├── actix-service v0.4.1 (*)
│ │ ├── base64 v0.10.1 (*)
│ │ ├── bytes v0.4.12 (*)
│ │ ├── derive_more v0.15.0 (*)
│ │ ├── futures v0.1.28 (*)
│ │ ├── log v0.4.8 (*)
│ │ ├── mime v0.3.13 (*)
│ │ ├── percent-encoding v2.1.0 (*)
│ │ ├── rand v0.7.0 (*)
│ │ ├── serde v1.0.99 (*)
│ │ ├── serde_json v1.0.40 (*)
│ │ ├── serde_urlencoded v0.6.1 (*)
│ │ └── tokio-timer v0.2.11 (*)
│ │ [dev-dependencies]
│ │ ├── actix-http v0.2.9 (*)
│ │ └── rand v0.7.0 (*)
│ ├── 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.8 (*)
│ ├── mime v0.3.13 (*)
│ ├── net2 v0.2.33 (*)
│ ├── parking_lot v0.9.0 (*)
│ ├── regex v1.2.1 (*)
│ ├── serde v1.0.99 (*)
│ ├── serde_json v1.0.40 (*)
│ ├── serde_urlencoded v0.5.5
│ │ ├── dtoa v0.4.4 (*)
│ │ ├── itoa v0.4.4 (*)
│ │ ├── serde v1.0.99 (*)
│ │ └── url v1.7.2 (*)
│ ├── time v0.1.42 (*)
│ └── url v1.7.2 (*)
│ [dev-dependencies]
│ └── actix-http v0.2.9 (*)
├── byteorder v1.3.2 (*)
├── chrono v0.4.7 (*)
├── clap v2.33.0
│ ├── ansi_term v0.11.0
│ ├── atty v0.2.13
│ │ └── libc v0.2.62 (*)
│ ├── bitflags v1.1.0 (*)
│ ├── strsim v0.8.0
│ ├── textwrap v0.11.0
│ │ └── unicode-width v0.1.5
│ ├── unicode-width v0.1.5 (*)
│ └── vec_map v0.8.1
├── failure v0.1.5 (*)
├── failure_derive v0.1.5 (*)
├── flatbuffers v0.6.0
│ └── smallvec v0.6.10 (*)
├── hamt-rs v0.2.3
│ ├── libc v0.2.62 (*)
│ └── rand v0.3.23
│ ├── libc v0.2.62 (*)
│ └── rand v0.4.6
│ └── libc v0.2.62 (*)
├── lmdb-rs v0.7.6
│ ├── bitflags v0.7.0
│ ├── libc v0.2.62 (*)
│ ├── liblmdb-sys v0.2.2
│ │ └── libc v0.2.62 (*)
│ │ [build-dependencies]
│ │ └── gcc v0.3.55
│ └── log v0.3.9
│ └── log v0.4.8 (*)
├── pulldown-cmark v0.0.11
│ └── bitflags v0.8.2
├── quickcheck v0.3.2
│ ├── env_logger v0.3.5
│ │ ├── log v0.3.9 (*)
│ │ └── regex v0.1.80
│ │ ├── aho-corasick v0.5.3
│ │ │ └── memchr v0.1.11
│ │ │ └── libc v0.2.62 (*)
│ │ ├── memchr v0.1.11 (*)
│ │ ├── regex-syntax v0.3.9
│ │ ├── thread_local v0.2.7
│ │ │ └── thread-id v2.0.0
│ │ │ ├── kernel32-sys v0.2.2
│ │ │ │ └── winapi v0.2.8
│ │ │ │ [build-dependencies]
│ │ │ │ └── winapi-build v0.1.1
│ │ │ └── libc v0.2.62 (*)
│ │ └── utf8-ranges v0.1.3
│ ├── log v0.3.9 (*)
│ └── rand v0.3.23 (*)
├── rand v0.7.0 (*)
├── rand_core v0.5.0 (*)
├── rusty_ulid v0.9.1
│ ├── chrono v0.4.7 (*)
│ ├── doc-comment v0.3.1
│ ├── rand v0.7.0 (*)
│ └── serde v1.0.99 (*)
├── tempdir v0.3.7
│ ├── rand v0.4.6 (*)
│ └── remove_dir_all v0.5.2
└── xdg-basedir v1.0.0
[build-dependencies]
└── clap v2.33.0 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment