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 (*) └── mongodb v1.0.0 ├── async-std v1.5.0 │ ├── async-attributes v1.1.1 │ │ ├── quote v1.0.7 (*) │ │ └── syn v1.0.30 (*) │ ├── async-task v1.3.1 │ │ └── libc v0.2.71 │ ├── crossbeam-channel v0.4.2 │ │ ├── crossbeam-utils v0.7.2 │ │ │ ├── cfg-if v0.1.10 │ │ │ └── lazy_static v1.4.0 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.0.0 │ │ └── maybe-uninit v2.0.0 │ ├── crossbeam-deque v0.7.3 │ │ ├── crossbeam-epoch v0.8.2 │ │ │ ├── cfg-if v0.1.10 │ │ │ ├── crossbeam-utils v0.7.2 (*) │ │ │ ├── lazy_static v1.4.0 │ │ │ ├── maybe-uninit v2.0.0 │ │ │ ├── memoffset v0.5.4 │ │ │ │ [build-dependencies] │ │ │ │ └── autocfg v1.0.0 │ │ │ └── scopeguard v1.1.0 │ │ │ [build-dependencies] │ │ │ └── autocfg v1.0.0 │ │ ├── crossbeam-utils v0.7.2 (*) │ │ └── maybe-uninit v2.0.0 │ ├── crossbeam-utils v0.7.2 (*) │ ├── futures-core v0.3.5 │ ├── futures-io v0.3.5 │ ├── futures-timer v2.0.2 │ ├── kv-log-macro v1.0.6 │ │ └── log v0.4.8 │ │ └── cfg-if v0.1.10 │ ├── log v0.4.8 (*) │ ├── memchr v2.3.3 │ ├── mio v0.6.22 │ │ ├── cfg-if v0.1.10 │ │ ├── iovec v0.1.4 │ │ │ └── libc v0.2.71 │ │ ├── libc v0.2.71 │ │ ├── log v0.4.8 (*) │ │ ├── net2 v0.2.34 │ │ │ ├── cfg-if v0.1.10 │ │ │ └── libc v0.2.71 │ │ └── slab v0.4.2 │ ├── mio-uds v0.6.8 │ │ ├── iovec v0.1.4 (*) │ │ ├── libc v0.2.71 │ │ └── mio v0.6.22 (*) │ ├── num_cpus v1.13.0 │ │ └── libc v0.2.71 │ ├── once_cell v1.4.0 │ ├── pin-project-lite v0.1.7 │ ├── pin-utils v0.1.0 │ └── slab v0.4.2 ├── async-trait v0.1.35 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── base64 v0.11.0 ├── bitflags v1.2.1 ├── bson v1.0.0 (*) ├── chrono v0.4.11 (*) ├── derivative v2.1.1 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── err-derive v0.2.4 │ ├── proc-macro-error v1.0.2 │ │ ├── proc-macro-error-attr v1.0.2 │ │ │ ├── proc-macro2 v1.0.18 (*) │ │ │ ├── quote v1.0.7 (*) │ │ │ ├── syn v1.0.30 (*) │ │ │ └── syn-mid v0.5.0 │ │ │ ├── proc-macro2 v1.0.18 (*) │ │ │ ├── quote v1.0.7 (*) │ │ │ └── syn v1.0.30 (*) │ │ │ [build-dependencies] │ │ │ └── version_check v0.9.2 │ │ ├── proc-macro2 v1.0.18 (*) │ │ ├── quote v1.0.7 (*) │ │ └── syn v1.0.30 (*) │ │ [build-dependencies] │ │ └── version_check v0.9.2 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ ├── syn v1.0.30 (*) │ └── synstructure v0.12.4 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ ├── syn v1.0.30 (*) │ └── unicode-xid v0.2.0 │ [build-dependencies] │ └── rustversion v1.0.3 │ ├── 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-executor v0.3.5 │ │ ├── futures-core 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-macro v0.3.5 │ │ │ ├── proc-macro-hack v0.5.16 │ │ │ ├── proc-macro2 v1.0.18 (*) │ │ │ ├── quote v1.0.7 (*) │ │ │ └── syn v1.0.30 (*) │ │ ├── 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 │ │ ├── proc-macro-hack v0.5.16 │ │ ├── proc-macro-nested v0.1.6 │ │ └── slab v0.4.2 │ ├── futures-io v0.3.5 │ ├── futures-sink v0.3.5 │ ├── futures-task v0.3.5 (*) │ └── futures-util v0.3.5 (*) ├── futures-intrusive v0.3.1 │ ├── futures-core v0.3.5 │ ├── lock_api v0.3.4 │ │ └── scopeguard v1.1.0 │ └── parking_lot v0.10.2 │ ├── lock_api v0.3.4 (*) │ └── parking_lot_core v0.7.2 │ ├── cfg-if v0.1.10 │ ├── libc v0.2.71 │ └── smallvec v1.4.0 ├── hex v0.4.2 ├── hmac v0.7.1 │ ├── crypto-mac v0.7.0 │ │ ├── generic-array v0.12.3 │ │ │ └── typenum v1.12.0 │ │ └── subtle v1.0.0 │ └── digest v0.8.1 │ └── generic-array v0.12.3 (*) ├── lazy_static v1.4.0 ├── md-5 v0.8.0 │ ├── block-buffer v0.7.3 │ │ ├── block-padding v0.1.5 │ │ │ └── byte-tools v0.3.1 │ │ ├── byte-tools v0.3.1 │ │ ├── byteorder v1.3.4 │ │ └── generic-array v0.12.3 (*) │ ├── digest v0.8.1 (*) │ └── opaque-debug v0.2.3 ├── os_info v2.0.6 │ └── log v0.4.8 (*) ├── pbkdf2 v0.3.0 │ ├── byteorder v1.3.4 │ └── crypto-mac v0.7.0 (*) ├── percent-encoding v2.1.0 ├── rand v0.7.3 (*) ├── rustls v0.17.0 │ ├── base64 v0.11.0 │ ├── log v0.4.8 (*) │ ├── ring v0.16.15 │ │ ├── libc v0.2.71 │ │ ├── once_cell v1.4.0 │ │ ├── spin v0.5.2 │ │ └── untrusted v0.7.1 │ │ [build-dependencies] │ │ └── cc v1.0.54 │ ├── sct v0.6.0 │ │ ├── ring v0.16.15 (*) │ │ └── untrusted v0.7.1 │ └── webpki v0.21.3 │ ├── ring v0.16.15 (*) │ └── untrusted v0.7.1 ├── serde v1.0.111 (*) ├── serde_with v1.4.0 │ ├── serde v1.0.111 (*) │ └── serde_with_macros v1.1.0 │ ├── proc-macro2 v1.0.18 (*) │ ├── quote v1.0.7 (*) │ └── syn v1.0.30 (*) ├── sha-1 v0.8.2 │ ├── block-buffer v0.7.3 (*) │ ├── digest v0.8.1 (*) │ ├── fake-simd v0.1.2 │ └── opaque-debug v0.2.3 ├── sha2 v0.8.2 │ ├── block-buffer v0.7.3 (*) │ ├── digest v0.8.1 (*) │ ├── fake-simd v0.1.2 │ └── opaque-debug v0.2.3 ├── stringprep v0.1.2 │ ├── unicode-bidi v0.3.4 │ │ └── matches v0.1.8 │ └── unicode-normalization v0.1.12 │ └── smallvec v1.4.0 ├── strsim v0.10.0 ├── take_mut v0.2.2 ├── time v0.1.43 (*) ├── tokio v0.2.21 │ ├── bytes v0.5.4 │ ├── fnv v1.0.7 │ ├── iovec v0.1.4 (*) │ ├── lazy_static v1.4.0 │ ├── memchr v2.3.3 │ ├── mio v0.6.22 (*) │ ├── pin-project-lite v0.1.7 │ └── slab v0.4.2 ├── tokio-rustls v0.13.1 │ ├── futures-core v0.3.5 │ ├── rustls v0.17.0 (*) │ ├── tokio v0.2.21 (*) │ └── webpki v0.21.3 (*) ├── trust-dns-proto v0.19.4 │ ├── async-trait v0.1.35 (*) │ ├── 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 (*) │ ├── idna v0.2.0 │ │ ├── matches v0.1.8 │ │ ├── unicode-bidi v0.3.4 (*) │ │ └── unicode-normalization v0.1.12 (*) │ ├── 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 ├── trust-dns-resolver v0.19.4 │ ├── backtrace v0.3.48 (*) │ ├── cfg-if v0.1.10 │ ├── futures v0.3.5 (*) │ ├── lazy_static v1.4.0 │ ├── log v0.4.8 (*) │ ├── lru-cache v0.1.2 │ │ └── linked-hash-map v0.5.3 │ ├── resolv-conf v0.6.3 │ │ ├── hostname v0.3.1 │ │ │ ├── libc v0.2.71 │ │ │ └── match_cfg v0.1.0 │ │ └── quick-error v1.2.3 │ ├── smallvec v1.4.0 │ ├── thiserror v1.0.19 (*) │ ├── tokio v0.2.21 (*) │ └── trust-dns-proto v0.19.4 (*) ├── typed-builder v0.3.0 │ ├── proc-macro2 v0.4.30 │ │ └── unicode-xid v0.1.0 │ ├── quote v0.6.13 │ │ └── proc-macro2 v0.4.30 (*) │ └── syn v0.15.44 │ ├── proc-macro2 v0.4.30 (*) │ ├── quote v0.6.13 (*) │ └── unicode-xid v0.1.0 ├── uuid v0.8.1 │ └── rand v0.7.3 (*) ├── version_check v0.9.2 ├── webpki v0.21.3 (*) └── webpki-roots v0.18.0 └── webpki v0.21.3 (*)