Skip to content

Instantly share code, notes, and snippets.

@gangliao
Created January 25, 2022 16:23
Show Gist options
  • Save gangliao/2e0f1dacf51b2e21720efd9efa0607ef to your computer and use it in GitHub Desktop.
Save gangliao/2e0f1dacf51b2e21720efd9efa0607ef to your computer and use it in GitHub Desktop.
flock-function v0.3.0
├── async-trait v0.1.52 (proc-macro)
│ ├── proc-macro2 v1.0.36
│ │ └── unicode-xid v0.2.2
│ ├── quote v1.0.15
│ │ └── proc-macro2 v1.0.36 (*)
│ └── syn v1.0.86
│ ├── proc-macro2 v1.0.36 (*)
│ ├── quote v1.0.15 (*)
│ └── unicode-xid v0.2.2
├── aws_lambda_events v0.5.0
│ ├── base64 v0.13.0
│ ├── bytes v1.1.0
│ │ └── serde v1.0.135
│ │ └── serde_derive v1.0.135 (proc-macro)
│ │ ├── proc-macro2 v1.0.36 (*)
│ │ ├── quote v1.0.15 (*)
│ │ └── syn v1.0.86 (*)
│ ├── chrono v0.4.19
│ │ ├── libc v0.2.113
│ │ ├── num-integer v0.1.44
│ │ │ └── num-traits v0.2.14
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.0.1
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.0.1
│ │ ├── num-traits v0.2.14 (*)
│ │ ├── serde v1.0.135 (*)
│ │ └── time v0.1.44
│ │ └── libc v0.2.113
│ ├── http v0.2.6
│ │ ├── bytes v1.1.0 (*)
│ │ ├── fnv v1.0.7
│ │ └── itoa v1.0.1
│ ├── http-serde v1.0.3
│ │ ├── http v0.2.6 (*)
│ │ └── serde v1.0.135 (*)
│ ├── serde v1.0.135 (*)
│ ├── serde_derive v1.0.135 (proc-macro) (*)
│ └── serde_json v1.0.78
│ ├── indexmap v1.8.0
│ │ └── hashbrown v0.11.2
│ │ └── ahash v0.7.6
│ │ ├── getrandom v0.2.4
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libc v0.2.113
│ │ └── once_cell v1.9.0
│ │ [build-dependencies]
│ │ └── version_check v0.9.4
│ │ [build-dependencies]
│ │ └── autocfg v1.0.1
│ ├── itoa v1.0.1
│ ├── ryu v1.0.9
│ └── serde v1.0.135 (*)
├── base64 v0.13.0
├── bytes v1.1.0 (*)
├── chrono v0.4.19 (*)
├── daggy v0.7.0 (https://github.com/flock-lab/daggy?branch=master#91387898)
│ └── petgraph v0.6.0
│ ├── fixedbitset v0.4.1
│ └── indexmap v1.8.0 (*)
├── datafusion v6.0.0 (https://github.com/flock-lab/arrow-datafusion?branch=flock#06bd1588)
│ ├── ahash v0.7.0 (https://github.com/flock-lab/aHash?branch=master#48690455)
│ │ ├── getrandom v0.2.4 (*)
│ │ ├── once_cell v1.9.0
│ │ └── serde v1.0.135 (*)
│ │ [build-dependencies]
│ │ └── version_check v0.9.4
│ ├── arrow v7.0.0-SNAPSHOT (https://github.com/flock-lab/arrow-rs?branch=flock#067b0c17)
│ │ ├── bitflags v1.3.2
│ │ ├── chrono v0.4.19 (*)
│ │ ├── comfy-table v5.0.0
│ │ │ ├── strum v0.22.0
│ │ │ ├── strum_macros v0.22.0 (proc-macro)
│ │ │ │ ├── heck v0.3.3
│ │ │ │ │ └── unicode-segmentation v1.8.0
│ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ └── unicode-width v0.1.9
│ │ ├── csv v1.1.6
│ │ │ ├── bstr v0.2.17
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── memchr v2.4.1
│ │ │ │ ├── regex-automata v0.1.10
│ │ │ │ └── serde v1.0.135 (*)
│ │ │ ├── csv-core v0.1.10
│ │ │ │ └── memchr v2.4.1
│ │ │ ├── itoa v0.4.8
│ │ │ ├── ryu v1.0.9
│ │ │ └── serde v1.0.135 (*)
│ │ ├── flatbuffers v2.0.0
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── smallvec v1.8.0
│ │ │ └── thiserror v1.0.30
│ │ │ └── thiserror-impl v1.0.30 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ ├── half v1.8.2
│ │ ├── hex v0.4.3
│ │ ├── indexmap v1.8.0 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── lexical-core v0.8.2
│ │ │ ├── lexical-parse-float v0.8.2
│ │ │ │ ├── lexical-parse-integer v0.8.0
│ │ │ │ │ ├── lexical-util v0.8.1
│ │ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ ├── lexical-util v0.8.1 (*)
│ │ │ │ └── static_assertions v1.1.0
│ │ │ ├── lexical-parse-integer v0.8.0 (*)
│ │ │ ├── lexical-util v0.8.1 (*)
│ │ │ ├── lexical-write-float v0.8.2
│ │ │ │ ├── lexical-util v0.8.1 (*)
│ │ │ │ ├── lexical-write-integer v0.8.0
│ │ │ │ │ ├── lexical-util v0.8.1 (*)
│ │ │ │ │ └── static_assertions v1.1.0
│ │ │ │ └── static_assertions v1.1.0
│ │ │ └── lexical-write-integer v0.8.0 (*)
│ │ ├── multiversion v0.6.1
│ │ │ └── multiversion-macros v0.6.1 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ ├── num v0.4.0
│ │ │ ├── num-bigint v0.4.3
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.14 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── num-complex v0.4.0
│ │ │ │ └── num-traits v0.2.14 (*)
│ │ │ ├── num-integer v0.1.44 (*)
│ │ │ ├── num-iter v0.1.42
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.14 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ ├── num-rational v0.4.0
│ │ │ │ ├── num-bigint v0.4.3 (*)
│ │ │ │ ├── num-integer v0.1.44 (*)
│ │ │ │ └── num-traits v0.2.14 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── autocfg v1.0.1
│ │ │ └── num-traits v0.2.14 (*)
│ │ ├── packed_simd_2 v0.3.6 (https://github.com/flock-lab/packed_simd?branch=flock#d017986c)
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── libm v0.1.4
│ │ ├── rand v0.8.4
│ │ │ ├── libc v0.2.113
│ │ │ ├── rand_chacha v0.3.1
│ │ │ │ ├── ppv-lite86 v0.2.16
│ │ │ │ └── rand_core v0.6.3
│ │ │ │ └── getrandom v0.2.4 (*)
│ │ │ └── rand_core v0.6.3 (*)
│ │ ├── regex v1.5.4
│ │ │ ├── aho-corasick v0.7.18
│ │ │ │ └── memchr v2.4.1
│ │ │ ├── memchr v2.4.1
│ │ │ └── regex-syntax v0.6.25
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_derive v1.0.135 (proc-macro) (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── arrow-flight v7.0.0-SNAPSHOT (https://github.com/flock-lab/arrow-rs?branch=flock#067b0c17)
│ │ ├── arrow v7.0.0-SNAPSHOT (https://github.com/flock-lab/arrow-rs?branch=flock#067b0c17) (*)
│ │ ├── base64 v0.13.0
│ │ ├── bytes v1.1.0 (*)
│ │ ├── prost v0.9.0
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ └── prost-derive v0.9.0 (proc-macro)
│ │ │ ├── anyhow v1.0.53
│ │ │ ├── itertools v0.10.3
│ │ │ │ └── either v1.6.1
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ ├── prost-derive v0.9.0 (proc-macro) (*)
│ │ ├── tokio v1.15.0
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── libc v0.2.113
│ │ │ ├── memchr v2.4.1
│ │ │ ├── mio v0.7.14
│ │ │ │ ├── libc v0.2.113
│ │ │ │ └── log v0.4.14
│ │ │ │ └── cfg-if v1.0.0
│ │ │ ├── num_cpus v1.13.1
│ │ │ │ └── libc v0.2.113
│ │ │ ├── once_cell v1.9.0
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── signal-hook-registry v1.4.0
│ │ │ │ └── libc v0.2.113
│ │ │ └── tokio-macros v1.7.0 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ └── tonic v0.6.2
│ │ ├── async-stream v0.3.2
│ │ │ ├── async-stream-impl v0.3.2 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ └── futures-core v0.3.19
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── base64 v0.13.0
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures-core v0.3.19
│ │ ├── futures-util v0.3.19
│ │ │ ├── futures-channel v0.3.19
│ │ │ │ ├── futures-core v0.3.19
│ │ │ │ └── futures-sink v0.3.19
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── futures-io v0.3.19
│ │ │ ├── futures-macro v0.3.19 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ ├── futures-sink v0.3.19
│ │ │ ├── futures-task v0.3.19
│ │ │ ├── memchr v2.4.1
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── pin-utils v0.1.0
│ │ │ └── slab v0.4.5
│ │ ├── h2 v0.3.10
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── fnv v1.0.7
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── futures-sink v0.3.19
│ │ │ ├── futures-util v0.3.19 (*)
│ │ │ ├── http v0.2.6 (*)
│ │ │ ├── indexmap v1.8.0 (*)
│ │ │ ├── slab v0.4.5
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ ├── tokio-util v0.6.9
│ │ │ │ ├── bytes v1.1.0 (*)
│ │ │ │ ├── futures-core v0.3.19
│ │ │ │ ├── futures-sink v0.3.19
│ │ │ │ ├── log v0.4.14 (*)
│ │ │ │ ├── pin-project-lite v0.2.8
│ │ │ │ └── tokio v1.15.0 (*)
│ │ │ └── tracing v0.1.29
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── log v0.4.14 (*)
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── tracing-attributes v0.1.18 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ └── tracing-core v0.1.21
│ │ │ └── lazy_static v1.4.0
│ │ ├── http v0.2.6 (*)
│ │ ├── http-body v0.4.4
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── http v0.2.6 (*)
│ │ │ └── pin-project-lite v0.2.8
│ │ ├── hyper v0.14.16
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── futures-channel v0.3.19 (*)
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── futures-util v0.3.19 (*)
│ │ │ ├── h2 v0.3.10 (*)
│ │ │ ├── http v0.2.6 (*)
│ │ │ ├── http-body v0.4.4 (*)
│ │ │ ├── httparse v1.5.1
│ │ │ ├── httpdate v1.0.2
│ │ │ ├── itoa v0.4.8
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── socket2 v0.4.3
│ │ │ │ └── libc v0.2.113
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ ├── tower-service v0.3.1
│ │ │ ├── tracing v0.1.29 (*)
│ │ │ └── want v0.3.0
│ │ │ ├── log v0.4.14 (*)
│ │ │ └── try-lock v0.2.3
│ │ ├── hyper-timeout v0.4.1
│ │ │ ├── hyper v0.14.16 (*)
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ └── tokio-io-timeout v1.2.0
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ └── tokio v1.15.0 (*)
│ │ ├── percent-encoding v2.1.0
│ │ ├── pin-project v1.0.10
│ │ │ └── pin-project-internal v1.0.10 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ ├── prost v0.9.0 (*)
│ │ ├── prost-derive v0.9.0 (proc-macro) (*)
│ │ ├── tokio v1.15.0 (*)
│ │ ├── tokio-stream v0.1.8
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ └── tokio v1.15.0 (*)
│ │ ├── tokio-util v0.6.9 (*)
│ │ ├── tower v0.4.11
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── futures-util v0.3.19 (*)
│ │ │ ├── indexmap v1.8.0 (*)
│ │ │ ├── pin-project v1.0.10 (*)
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── rand v0.8.4 (*)
│ │ │ ├── slab v0.4.5
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ ├── tokio-stream v0.1.8 (*)
│ │ │ ├── tokio-util v0.6.9 (*)
│ │ │ ├── tower-layer v0.3.1
│ │ │ ├── tower-service v0.3.1
│ │ │ └── tracing v0.1.29 (*)
│ │ ├── tower-layer v0.3.1
│ │ ├── tower-service v0.3.1
│ │ ├── tracing v0.1.29 (*)
│ │ └── tracing-futures v0.2.5
│ │ ├── pin-project v1.0.10 (*)
│ │ └── tracing v0.1.29 (*)
│ │ [build-dependencies]
│ │ ├── proc-macro2 v1.0.36 (*)
│ │ └── tonic-build v0.6.2
│ │ ├── proc-macro2 v1.0.36 (*)
│ │ ├── prost-build v0.9.0
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── heck v0.3.3 (*)
│ │ │ ├── itertools v0.10.3 (*)
│ │ │ ├── lazy_static v1.4.0
│ │ │ ├── log v0.4.14 (*)
│ │ │ ├── multimap v0.8.3
│ │ │ ├── petgraph v0.6.0 (*)
│ │ │ ├── prost v0.9.0 (*)
│ │ │ ├── prost-types v0.9.0
│ │ │ │ ├── bytes v1.1.0 (*)
│ │ │ │ └── prost v0.9.0 (*)
│ │ │ ├── regex v1.5.4 (*)
│ │ │ └── tempfile v3.3.0
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── fastrand v1.7.0
│ │ │ ├── libc v0.2.113
│ │ │ └── remove_dir_all v0.5.3
│ │ │ [build-dependencies]
│ │ │ └── which v4.2.4
│ │ │ ├── either v1.6.1
│ │ │ └── libc v0.2.113
│ │ ├── quote v1.0.15 (*)
│ │ └── syn v1.0.86 (*)
│ ├── async-trait v0.1.52 (proc-macro) (*)
│ ├── blake2 v0.9.2
│ │ ├── crypto-mac v0.8.0
│ │ │ ├── generic-array v0.14.5
│ │ │ │ └── typenum v1.15.0
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ └── subtle v2.4.1
│ │ ├── digest v0.9.0
│ │ │ └── generic-array v0.14.5 (*)
│ │ └── opaque-debug v0.3.0
│ ├── blake3 v1.3.0
│ │ ├── arrayref v0.3.6
│ │ ├── arrayvec v0.7.2
│ │ ├── cfg-if v1.0.0
│ │ ├── constant_time_eq v0.1.5
│ │ └── digest v0.10.1
│ │ ├── block-buffer v0.10.0
│ │ │ └── generic-array v0.14.5 (*)
│ │ ├── crypto-common v0.1.1
│ │ │ └── generic-array v0.14.5 (*)
│ │ ├── generic-array v0.14.5 (*)
│ │ └── subtle v2.4.1
│ │ [build-dependencies]
│ │ └── cc v1.0.72
│ │ └── jobserver v0.1.24
│ │ └── libc v0.2.113
│ ├── chrono v0.4.19 (*)
│ ├── futures v0.3.19
│ │ ├── futures-channel v0.3.19 (*)
│ │ ├── futures-core v0.3.19
│ │ ├── futures-executor v0.3.19
│ │ │ ├── futures-core v0.3.19
│ │ │ ├── futures-task v0.3.19
│ │ │ └── futures-util v0.3.19 (*)
│ │ ├── futures-io v0.3.19
│ │ ├── futures-sink v0.3.19
│ │ ├── futures-task v0.3.19
│ │ └── futures-util v0.3.19 (*)
│ ├── hashbrown v0.11.2 (*)
│ ├── lazy_static v1.4.0
│ ├── log v0.4.14 (*)
│ ├── md-5 v0.9.1
│ │ ├── block-buffer v0.9.0
│ │ │ └── generic-array v0.14.5 (*)
│ │ ├── digest v0.9.0 (*)
│ │ └── opaque-debug v0.3.0
│ ├── num_cpus v1.13.1 (*)
│ ├── ordered-float v2.10.0
│ │ └── num-traits v0.2.14 (*)
│ ├── parquet v7.0.0-SNAPSHOT (https://github.com/flock-lab/arrow-rs?branch=flock#067b0c17)
│ │ ├── arrow v7.0.0-SNAPSHOT (https://github.com/flock-lab/arrow-rs?branch=flock#067b0c17) (*)
│ │ ├── base64 v0.13.0
│ │ ├── brotli v3.3.3
│ │ │ ├── alloc-no-stdlib v2.0.3
│ │ │ ├── alloc-stdlib v0.2.1
│ │ │ │ └── alloc-no-stdlib v2.0.3
│ │ │ └── brotli-decompressor v2.3.2
│ │ │ ├── alloc-no-stdlib v2.0.3
│ │ │ └── alloc-stdlib v0.2.1 (*)
│ │ ├── byteorder v1.4.3
│ │ ├── chrono v0.4.19 (*)
│ │ ├── flate2 v1.0.22
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── crc32fast v1.3.1
│ │ │ │ └── cfg-if v1.0.0
│ │ │ ├── libc v0.2.113
│ │ │ └── miniz_oxide v0.4.4
│ │ │ └── adler v1.0.2
│ │ │ [build-dependencies]
│ │ │ └── autocfg v1.0.1
│ │ ├── lz4 v1.23.2
│ │ │ ├── libc v0.2.113
│ │ │ └── lz4-sys v1.9.2
│ │ │ └── libc v0.2.113
│ │ │ [build-dependencies]
│ │ │ └── cc v1.0.72 (*)
│ │ ├── num-bigint v0.4.3 (*)
│ │ ├── parquet-format v4.0.0
│ │ │ └── thrift v0.13.0
│ │ │ ├── byteorder v1.4.3
│ │ │ ├── integer-encoding v1.1.7
│ │ │ ├── log v0.4.14 (*)
│ │ │ ├── ordered-float v1.1.1
│ │ │ │ └── num-traits v0.2.14 (*)
│ │ │ └── threadpool v1.8.1
│ │ │ └── num_cpus v1.13.1 (*)
│ │ ├── rand v0.8.4 (*)
│ │ ├── snap v1.0.5
│ │ ├── thrift v0.13.0 (*)
│ │ └── zstd v0.9.2+zstd.1.5.1
│ │ └── zstd-safe v4.1.3+zstd.1.5.1
│ │ ├── libc v0.2.113
│ │ └── zstd-sys v1.6.2+zstd.1.5.1
│ │ └── libc v0.2.113
│ │ [build-dependencies]
│ │ └── cc v1.0.72 (*)
│ ├── paste v1.0.6 (proc-macro)
│ ├── pin-project-lite v0.2.8
│ ├── rand v0.8.4 (*)
│ ├── regex v1.5.4 (*)
│ ├── serde v1.0.135 (*)
│ ├── sha2 v0.9.9
│ │ ├── block-buffer v0.9.0 (*)
│ │ ├── cfg-if v1.0.0
│ │ ├── cpufeatures v0.2.1
│ │ │ └── libc v0.2.113
│ │ ├── digest v0.9.0 (*)
│ │ └── opaque-debug v0.3.0
│ ├── smallvec v1.8.0
│ ├── sqlparser v0.13.0
│ │ └── log v0.4.14 (*)
│ ├── tokio v1.15.0 (*)
│ ├── tokio-stream v0.1.8 (*)
│ ├── typetag v0.1.8
│ │ ├── erased-serde v0.3.18
│ │ │ └── serde v1.0.135 (*)
│ │ ├── inventory v0.2.2
│ │ │ ├── ctor v0.1.21 (proc-macro)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ └── ghost v0.1.2 (proc-macro)
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ ├── once_cell v1.9.0
│ │ ├── serde v1.0.135 (*)
│ │ └── typetag-impl v0.1.8 (proc-macro)
│ │ ├── proc-macro2 v1.0.36 (*)
│ │ ├── quote v1.0.15 (*)
│ │ └── syn v1.0.86 (*)
│ └── unicode-segmentation v1.8.0
├── env_logger v0.9.0
│ ├── atty v0.2.14
│ │ └── libc v0.2.113
│ ├── humantime v2.1.0
│ ├── log v0.4.14 (*)
│ ├── regex v1.5.4 (*)
│ └── termcolor v1.1.2
├── flock v0.3.0 (/Users/gangliao/github/Squirtle/flock)
│ ├── async-trait v0.1.52 (proc-macro) (*)
│ ├── aws_lambda_events v0.5.0 (*)
│ ├── base64 v0.13.0
│ ├── bytes v1.1.0 (*)
│ ├── chrono v0.4.19 (*)
│ ├── daggy v0.7.0 (https://github.com/flock-lab/daggy?branch=master#91387898) (*)
│ ├── datafusion v6.0.0 (https://github.com/flock-lab/arrow-datafusion?branch=flock#06bd1588) (*)
│ ├── env_logger v0.9.0 (*)
│ ├── fake v2.4.3
│ │ ├── chrono v0.4.19 (*)
│ │ ├── dummy v0.4.0 (proc-macro)
│ │ │ ├── darling v0.10.2
│ │ │ │ ├── darling_core v0.10.2
│ │ │ │ │ ├── fnv v1.0.7
│ │ │ │ │ ├── ident_case v1.0.1
│ │ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ │ ├── strsim v0.9.3
│ │ │ │ │ └── syn v1.0.86 (*)
│ │ │ │ └── darling_macro v0.10.2 (proc-macro)
│ │ │ │ ├── darling_core v0.10.2 (*)
│ │ │ │ ├── quote v1.0.15 (*)
│ │ │ │ └── syn v1.0.86 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ └── rand v0.8.4 (*)
│ ├── futures v0.3.19 (*)
│ ├── hashbrown v0.12.0
│ │ └── ahash v0.7.6 (*)
│ ├── hashring v0.2.0
│ │ └── siphasher v0.3.9
│ ├── humantime v2.1.0
│ ├── indoc v1.0.3 (proc-macro)
│ │ └── unindent v0.1.7
│ ├── itertools v0.10.3 (*)
│ ├── json v0.12.4
│ ├── lambda_runtime v0.4.1 (https://github.com/awslabs/aws-lambda-rust-runtime/?branch=master#4cd32019)
│ │ ├── async-stream v0.3.2 (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── http v0.2.6 (*)
│ │ ├── hyper v0.14.16 (*)
│ │ ├── lambda_runtime_api_client v0.4.1 (https://github.com/awslabs/aws-lambda-rust-runtime/?branch=master#4cd32019)
│ │ │ ├── http v0.2.6 (*)
│ │ │ ├── hyper v0.14.16 (*)
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ └── tower-service v0.3.1
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_json v1.0.78 (*)
│ │ ├── tokio v1.15.0 (*)
│ │ ├── tokio-stream v0.1.8 (*)
│ │ ├── tower v0.4.11 (*)
│ │ └── tracing v0.1.29 (*)
│ ├── lazy_static v1.4.0
│ ├── log v0.4.14 (*)
│ ├── lz4 v1.23.2 (*)
│ ├── openssl v0.10.38
│ │ ├── bitflags v1.3.2
│ │ ├── cfg-if v1.0.0
│ │ ├── foreign-types v0.3.2
│ │ │ └── foreign-types-shared v0.1.1
│ │ ├── libc v0.2.113
│ │ ├── once_cell v1.9.0
│ │ └── openssl-sys v0.9.72
│ │ └── libc v0.2.113
│ │ [build-dependencies]
│ │ ├── autocfg v1.0.1
│ │ ├── cc v1.0.72 (*)
│ │ ├── openssl-src v111.17.0+1.1.1m
│ │ │ └── cc v1.0.72 (*)
│ │ └── pkg-config v0.3.24
│ ├── rand v0.8.4 (*)
│ ├── rayon v1.5.1
│ │ ├── crossbeam-deque v0.8.1
│ │ │ ├── cfg-if v1.0.0
│ │ │ ├── crossbeam-epoch v0.9.6
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ ├── crossbeam-utils v0.8.6
│ │ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ │ └── lazy_static v1.4.0
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── memoffset v0.6.5
│ │ │ │ │ [build-dependencies]
│ │ │ │ │ └── autocfg v1.0.1
│ │ │ │ └── scopeguard v1.1.0
│ │ │ └── crossbeam-utils v0.8.6 (*)
│ │ ├── either v1.6.1
│ │ └── rayon-core v1.9.1
│ │ ├── crossbeam-channel v0.5.2
│ │ │ ├── cfg-if v1.0.0
│ │ │ └── crossbeam-utils v0.8.6 (*)
│ │ ├── crossbeam-deque v0.8.1 (*)
│ │ ├── crossbeam-utils v0.8.6 (*)
│ │ ├── lazy_static v1.4.0
│ │ └── num_cpus v1.13.1 (*)
│ │ [build-dependencies]
│ │ └── autocfg v1.0.1
│ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── base64 v0.13.0
│ │ ├── bytes v1.1.0 (*)
│ │ ├── crc32fast v1.3.1 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── http v0.2.6 (*)
│ │ ├── hyper v0.14.16 (*)
│ │ ├── hyper-tls v0.5.0
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── hyper v0.14.16 (*)
│ │ │ ├── native-tls v0.2.8
│ │ │ │ ├── lazy_static v1.4.0
│ │ │ │ ├── libc v0.2.113
│ │ │ │ ├── security-framework v2.5.0
│ │ │ │ │ ├── bitflags v1.3.2
│ │ │ │ │ ├── core-foundation v0.9.2
│ │ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ │ └── libc v0.2.113
│ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ ├── libc v0.2.113
│ │ │ │ │ └── security-framework-sys v2.5.0
│ │ │ │ │ ├── core-foundation-sys v0.8.3
│ │ │ │ │ └── libc v0.2.113
│ │ │ │ ├── security-framework-sys v2.5.0 (*)
│ │ │ │ └── tempfile v3.3.0 (*)
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ └── tokio-native-tls v0.3.0
│ │ │ ├── native-tls v0.2.8 (*)
│ │ │ └── tokio v1.15.0 (*)
│ │ ├── lazy_static v1.4.0
│ │ ├── log v0.4.14 (*)
│ │ ├── rusoto_credential v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ │ ├── chrono v0.4.19 (*)
│ │ │ ├── dirs-next v2.0.0
│ │ │ │ ├── cfg-if v1.0.0
│ │ │ │ └── dirs-sys-next v0.1.2
│ │ │ │ └── libc v0.2.113
│ │ │ ├── futures v0.3.19 (*)
│ │ │ ├── hyper v0.14.16 (*)
│ │ │ ├── serde v1.0.135 (*)
│ │ │ ├── serde_json v1.0.78 (*)
│ │ │ ├── shlex v1.1.0
│ │ │ ├── tokio v1.15.0 (*)
│ │ │ └── zeroize v1.5.0
│ │ ├── rusoto_signature v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ │ ├── base64 v0.13.0
│ │ │ ├── bytes v1.1.0 (*)
│ │ │ ├── chrono v0.4.19 (*)
│ │ │ ├── digest v0.9.0 (*)
│ │ │ ├── futures v0.3.19 (*)
│ │ │ ├── hex v0.4.3
│ │ │ ├── hmac v0.11.0
│ │ │ │ ├── crypto-mac v0.11.1
│ │ │ │ │ ├── generic-array v0.14.5 (*)
│ │ │ │ │ └── subtle v2.4.1
│ │ │ │ └── digest v0.9.0 (*)
│ │ │ ├── http v0.2.6 (*)
│ │ │ ├── hyper v0.14.16 (*)
│ │ │ ├── log v0.4.14 (*)
│ │ │ ├── md-5 v0.9.1 (*)
│ │ │ ├── percent-encoding v2.1.0
│ │ │ ├── pin-project-lite v0.2.8
│ │ │ ├── rusoto_credential v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ │ ├── serde v1.0.135 (*)
│ │ │ ├── sha2 v0.9.9 (*)
│ │ │ └── tokio v1.15.0 (*)
│ │ │ [build-dependencies]
│ │ │ └── rustc_version v0.4.0
│ │ │ └── semver v1.0.4
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_json v1.0.78 (*)
│ │ ├── tokio v1.15.0 (*)
│ │ └── xml-rs v0.8.4
│ │ [build-dependencies]
│ │ └── rustc_version v0.4.0 (*)
│ ├── rusoto_efs v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_derive v1.0.135 (proc-macro) (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── rusoto_iam v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde_urlencoded v0.7.1
│ │ │ ├── form_urlencoded v1.0.1
│ │ │ │ ├── matches v0.1.9
│ │ │ │ └── percent-encoding v2.1.0
│ │ │ ├── itoa v1.0.1
│ │ │ ├── ryu v1.0.9
│ │ │ └── serde v1.0.135 (*)
│ │ └── xml-rs v0.8.4
│ ├── rusoto_kafka v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_derive v1.0.135 (proc-macro) (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── rusoto_kinesis v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde v1.0.135 (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── rusoto_lambda v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde v1.0.135 (*)
│ │ ├── serde_derive v1.0.135 (proc-macro) (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── rusoto_logs v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde v1.0.135 (*)
│ │ └── serde_json v1.0.78 (*)
│ ├── rusoto_s3 v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ └── xml-rs v0.8.4
│ ├── rusoto_sqs v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068)
│ │ ├── async-trait v0.1.52 (proc-macro) (*)
│ │ ├── bytes v1.1.0 (*)
│ │ ├── futures v0.3.19 (*)
│ │ ├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
│ │ ├── serde_urlencoded v0.7.1 (*)
│ │ └── xml-rs v0.8.4
│ ├── rust-ini v0.17.0
│ │ ├── cfg-if v1.0.0
│ │ └── ordered-multimap v0.3.1
│ │ ├── dlv-list v0.2.3
│ │ │ └── rand v0.8.4 (*)
│ │ └── hashbrown v0.9.1
│ │ └── ahash v0.4.7
│ ├── serde v1.0.135 (*)
│ ├── serde_bytes v0.11.5
│ │ └── serde v1.0.135 (*)
│ ├── serde_json v1.0.78 (*)
│ ├── snap v1.0.5
│ ├── sqlparser v0.13.0 (*)
│ ├── structopt v0.3.25 (https://github.com/flock-lab/structopt?branch=master#6774da00)
│ │ ├── clap v2.34.0
│ │ │ ├── bitflags v1.3.2
│ │ │ ├── textwrap v0.11.0
│ │ │ │ └── unicode-width v0.1.9
│ │ │ └── unicode-width v0.1.9
│ │ ├── lazy_static v1.4.0
│ │ └── structopt-derive v0.4.18 (proc-macro) (https://github.com/flock-lab/structopt?branch=master#6774da00)
│ │ ├── heck v0.4.0
│ │ ├── proc-macro-error v1.0.4
│ │ │ ├── proc-macro-error-attr v1.0.4 (proc-macro)
│ │ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ │ └── quote v1.0.15 (*)
│ │ │ │ [build-dependencies]
│ │ │ │ └── version_check v0.9.4
│ │ │ ├── proc-macro2 v1.0.36 (*)
│ │ │ ├── quote v1.0.15 (*)
│ │ │ └── syn v1.0.86 (*)
│ │ │ [build-dependencies]
│ │ │ └── version_check v0.9.4
│ │ ├── proc-macro2 v1.0.36 (*)
│ │ ├── quote v1.0.15 (*)
│ │ └── syn v1.0.86 (*)
│ ├── text_io v0.1.9
│ ├── tokio v1.15.0 (*)
│ ├── typetag v0.1.8 (*)
│ ├── uuid v0.8.2
│ │ └── getrandom v0.2.4 (*)
│ └── zstd v0.9.2+zstd.1.5.1 (*)
├── futures v0.3.19 (*)
├── hashring v0.2.0 (*)
├── itertools v0.10.3 (*)
├── lambda_runtime v0.4.1 (https://github.com/awslabs/aws-lambda-rust-runtime/?branch=master#4cd32019) (*)
├── lazy_static v1.4.0
├── log v0.4.14 (*)
├── openssl v0.10.38 (*)
├── rand v0.8.4 (*)
├── rayon v1.5.1 (*)
├── rusoto_core v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
├── rusoto_lambda v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
├── rusoto_s3 v0.47.0 (https://github.com/flock-lab/rusoto?branch=flock#ba7ac068) (*)
├── serde_json v1.0.78 (*)
├── text_io v0.1.9
├── tokio v1.15.0 (*)
└── uuid v0.8.2 (*)
[dev-dependencies]
└── cargo_toml v0.10.3
├── serde v1.0.135 (*)
├── serde_derive v1.0.135 (proc-macro) (*)
└── toml v0.5.8
└── serde v1.0.135 (*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment