mongoplay v0.1.0 (/home/mauldinl@gvl.is.l-3com.com/code/playground/mongoplay) ├── bson v1.0.0 │ ├── base64 v0.12.1 │ ├── byteorder v1.3.4 │ ├── chrono v0.4.11 │ │ ├── num-integer v0.1.42 │ │ │ └── num-traits v0.2.11 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.0.0 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.0.0 │ │ ├── num-traits v0.2.11 (*) │ │ └── time v0.1.43 │ │ └── libc v0.2.71 │ ├── hex v0.3.2 │ ├── libc v0.2.71 │ ├── linked-hash-map v0.5.3 │ ├── md5 v0.6.1 │ ├── rand v0.7.3 │ │ ├── getrandom v0.1.14 │ │ │ ├── cfg-if v0.1.10 │ │ │ └── libc v0.2.71 │ │ ├── libc v0.2.71 │ │ ├── rand_chacha v0.2.2 │ │ │ ├── ppv-lite86 v0.2.8 │ │ │ └── rand_core v0.5.1 │ │ │ └── getrandom v0.1.14 (*) │ │ └── rand_core v0.5.1 (*) │ ├── serde v1.0.111 │ │ └── serde_derive v1.0.111 │ │ ├── proc-macro2 v1.0.18 │ │ │ └── unicode-xid v0.2.0 │ │ ├── quote v1.0.7 │ │ │ └── proc-macro2 v1.0.18 (*) │ │ └── syn v1.0.30 │ │ ├── proc-macro2 v1.0.18 (*) │ │ ├── quote v1.0.7 (*) │ │ └── unicode-xid v0.2.0 │ ├── serde_json v1.0.53 │ │ ├── indexmap v1.4.0 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.0.0 │ │ ├── itoa v0.4.5 │ │ ├── ryu v1.0.5 │ │ └── serde v1.0.111 (*) │ └── time v0.1.43 (*) ├── tokio v0.2.21 │ ├── bytes v0.5.4 │ ├── iovec v0.1.4 │ │ └── libc v0.2.71 │ ├── lazy_static v1.4.0 │ ├── mio v0.6.22 │ │ ├── cfg-if v0.1.10 │ │ ├── iovec v0.1.4 (*) │ │ ├── libc v0.2.71 │ │ ├── log v0.4.8 │ │ │ └── cfg-if v0.1.10 │ │ ├── net2 v0.2.34 │ │ │ ├── cfg-if v0.1.10 │ │ │ └── libc v0.2.71 │ │ └── slab v0.4.2 │ ├── pin-project-lite v0.1.7 │ └── slab v0.4.2 └── trust-dns-proto v0.19.4 ├── async-trait v0.1.35 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── backtrace v0.3.48 │ ├── addr2line v0.12.1 │ │ └── gimli v0.21.0 │ ├── cfg-if v0.1.10 │ ├── libc v0.2.71 │ ├── object v0.19.0 │ └── rustc-demangle v0.1.16 ├── enum-as-inner v0.3.2 │ ├── heck v0.3.1 │ │ └── unicode-segmentation v1.6.0 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── futures v0.3.5 │ ├── futures-channel v0.3.5 │ │ ├── futures-core v0.3.5 │ │ └── futures-sink v0.3.5 │ ├── futures-core v0.3.5 │ ├── futures-io v0.3.5 │ ├── futures-sink v0.3.5 │ ├── futures-task v0.3.5 │ │ └── once_cell v1.4.0 │ └── futures-util v0.3.5 │ ├── futures-channel v0.3.5 (*) │ ├── futures-core v0.3.5 │ ├── futures-io v0.3.5 │ ├── futures-sink v0.3.5 │ ├── futures-task v0.3.5 (*) │ ├── memchr v2.3.3 │ ├── pin-project v0.4.20 │ │ └── pin-project-internal v0.4.20 │ │ ├── proc-macro2 v1.0.18 (*) │ │ ├── quote v1.0.7 (*) │ │ └── syn v1.0.30 (*) │ ├── pin-utils v0.1.0 │ └── slab v0.4.2 ├── idna v0.2.0 │ ├── matches v0.1.8 │ ├── unicode-bidi v0.3.4 │ │ └── matches v0.1.8 │ └── unicode-normalization v0.1.12 │ └── smallvec v1.4.0 ├── lazy_static v1.4.0 ├── log v0.4.8 (*) ├── rand v0.7.3 (*) ├── smallvec v1.4.0 ├── thiserror v1.0.19 │ └── thiserror-impl v1.0.19 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── tokio v0.2.21 (*) └── url v2.1.1 ├── idna v0.2.0 (*) ├── matches v0.1.8 └── percent-encoding v2.1.0