jorgecarleitao opened a new pull request #966: URL: https://github.com/apache/arrow-datafusion/pull/966
Alternative to #920: goes through all dependencies and fetches the license and repo from cargo metadata. Example of output: --------------- This software is built and contains the following software: (automatically generated via [cargo-license](https://crates.io/crates/cargo-license)) ### adler 1.0.2 * source: [https://github.com/jonas-schievink/adler.git](https://github.com/jonas-schievink/adler.git) * license: 0BSD OR Apache-2.0 OR MIT ### ahash 0.7.2 * source: [https://github.com/tkaitchuck/ahash](https://github.com/tkaitchuck/ahash) * license: Apache-2.0 OR MIT ### aho-corasick 0.7.15 * source: [https://github.com/BurntSushi/aho-corasick](https://github.com/BurntSushi/aho-corasick) * license: MIT OR Unlicense ### alloc-no-stdlib 2.0.1 * source: [https://github.com/dropbox/rust-alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) * license: BSD-3-Clause ### alloc-stdlib 0.2.1 * source: [https://github.com/dropbox/rust-alloc-no-stdlib](https://github.com/dropbox/rust-alloc-no-stdlib) * license: BSD-3-Clause ### arrayref 0.3.6 * source: [https://github.com/droundy/arrayref](https://github.com/droundy/arrayref) * license: BSD-2-Clause ### arrayvec 0.5.2 * source: [https://github.com/bluss/arrayvec](https://github.com/bluss/arrayvec) * license: Apache-2.0 OR MIT ### arrow 5.3.0 * source: [https://github.com/apache/arrow-rs](https://github.com/apache/arrow-rs) * license: Apache-2.0 ### async-trait 0.1.50 * source: [https://github.com/dtolnay/async-trait](https://github.com/dtolnay/async-trait) * license: Apache-2.0 OR MIT ### atty 0.2.14 * source: [https://github.com/softprops/atty](https://github.com/softprops/atty) * license: MIT ### base64 0.13.0 * source: [https://github.com/marshallpierce/rust-base64](https://github.com/marshallpierce/rust-base64) * license: Apache-2.0 OR MIT ### bitflags 1.2.1 * source: [https://github.com/bitflags/bitflags](https://github.com/bitflags/bitflags) * license: Apache-2.0 OR MIT ### blake2b_simd 0.5.11 * source: [https://github.com/oconnor663/blake2_simd](https://github.com/oconnor663/blake2_simd) * license: MIT ### block-buffer 0.9.0 * source: [https://github.com/RustCrypto/utils](https://github.com/RustCrypto/utils) * license: Apache-2.0 OR MIT ### brotli 3.3.0 * source: [https://github.com/dropbox/rust-brotli](https://github.com/dropbox/rust-brotli) * license: BSD-3-Clause OR MIT ### brotli-decompressor 2.3.1 * source: [https://github.com/dropbox/rust-brotli-decompressor](https://github.com/dropbox/rust-brotli-decompressor) * license: BSD-3-Clause OR MIT ### bstr 0.2.15 * source: [https://github.com/BurntSushi/bstr](https://github.com/BurntSushi/bstr) * license: Apache-2.0 OR MIT ### byteorder 1.4.3 * source: [https://github.com/BurntSushi/byteorder](https://github.com/BurntSushi/byteorder) * license: MIT OR Unlicense ### cfg-if 1.0.0 * source: [https://github.com/alexcrichton/cfg-if](https://github.com/alexcrichton/cfg-if) * license: Apache-2.0 OR MIT ### chrono 0.4.19 * source: [https://github.com/chronotope/chrono](https://github.com/chronotope/chrono) * license: Apache-2.0 OR MIT ### constant_time_eq 0.1.5 * source: [https://github.com/cesarb/constant_time_eq](https://github.com/cesarb/constant_time_eq) * license: CC0-1.0 ### cpuid-bool 0.1.2 * source: [https://github.com/RustCrypto/utils](https://github.com/RustCrypto/utils) * license: Apache-2.0 OR MIT ### crc32fast 1.2.1 * source: [https://github.com/srijs/rust-crc32fast](https://github.com/srijs/rust-crc32fast) * license: Apache-2.0 OR MIT ### crossbeam-utils 0.8.4 * source: [https://github.com/crossbeam-rs/crossbeam](https://github.com/crossbeam-rs/crossbeam) * license: Apache-2.0 OR MIT ### csv 1.1.6 * source: [https://github.com/BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) * license: MIT OR Unlicense ### csv-core 0.1.10 * source: [https://github.com/BurntSushi/rust-csv](https://github.com/BurntSushi/rust-csv) * license: MIT OR Unlicense ### datafusion 0.3.0 * source: [https://github.com/apache/arrow](https://github.com/apache/arrow) * license: Apache-2.0 ### datafusion 4.0.0-SNAPSHOT * source: [https://github.com/apache/arrow-datafusion](https://github.com/apache/arrow-datafusion) * license: Apache-2.0 ### digest 0.9.0 * source: [https://github.com/RustCrypto/traits](https://github.com/RustCrypto/traits) * license: Apache-2.0 OR MIT ### dirs 1.0.5 * source: [https://github.com/soc/dirs-rs](https://github.com/soc/dirs-rs) * license: Apache-2.0 OR MIT ### encode_unicode 0.3.6 * source: [https://github.com/tormol/encode_unicode](https://github.com/tormol/encode_unicode) * license: Apache-2.0 OR MIT ### flatbuffers 2.0.0 * source: [https://github.com/google/flatbuffers](https://github.com/google/flatbuffers) * license: Apache-2.0 ### flate2 1.0.20 * source: [https://github.com/rust-lang/flate2-rs](https://github.com/rust-lang/flate2-rs) * license: Apache-2.0 OR MIT ### futures 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-channel 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-core 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-executor 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-io 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-macro 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-sink 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-task 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### futures-util 0.3.14 * source: [https://github.com/rust-lang/futures-rs](https://github.com/rust-lang/futures-rs) * license: Apache-2.0 OR MIT ### generic-array 0.14.4 * source: [https://github.com/fizyk20/generic-array.git](https://github.com/fizyk20/generic-array.git) * license: MIT ### getrandom 0.1.16 * source: [https://github.com/rust-random/getrandom](https://github.com/rust-random/getrandom) * license: Apache-2.0 OR MIT ### getrandom 0.2.2 * source: [https://github.com/rust-random/getrandom](https://github.com/rust-random/getrandom) * license: Apache-2.0 OR MIT ### hashbrown 0.9.1 * source: [https://github.com/rust-lang/hashbrown](https://github.com/rust-lang/hashbrown) * license: Apache-2.0 OR MIT ### hashbrown 0.11.2 * source: [https://github.com/rust-lang/hashbrown](https://github.com/rust-lang/hashbrown) * license: Apache-2.0 OR MIT ### hermit-abi 0.1.18 * source: [https://github.com/hermitcore/libhermit-rs](https://github.com/hermitcore/libhermit-rs) * license: Apache-2.0 OR MIT ### hex 0.4.3 * source: [https://github.com/KokaKiwi/rust-hex](https://github.com/KokaKiwi/rust-hex) * license: Apache-2.0 OR MIT ### indexmap 1.6.2 * source: [https://github.com/bluss/indexmap](https://github.com/bluss/indexmap) * license: Apache-2.0 OR MIT ### indoc 0.3.6 * source: [https://github.com/dtolnay/indoc](https://github.com/dtolnay/indoc) * license: Apache-2.0 OR MIT ### indoc-impl 0.3.6 * source: [https://github.com/dtolnay/indoc](https://github.com/dtolnay/indoc) * license: Apache-2.0 OR MIT ### instant 0.1.9 * source: [https://github.com/sebcrozet/instant](https://github.com/sebcrozet/instant) * license: BSD-3-Clause ### integer-encoding 1.1.7 * source: [https://github.com/dermesser/integer-encoding-rs](https://github.com/dermesser/integer-encoding-rs) * license: MIT ### itoa 0.4.7 * source: [https://github.com/dtolnay/itoa](https://github.com/dtolnay/itoa) * license: Apache-2.0 OR MIT ### lazy_static 1.4.0 * source: [https://github.com/rust-lang-nursery/lazy-static.rs](https://github.com/rust-lang-nursery/lazy-static.rs) * license: Apache-2.0 OR MIT ### lexical-core 0.7.6 * source: [https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core](https://github.com/Alexhuszagh/rust-lexical/tree/master/lexical-core) * license: Apache-2.0 OR MIT ### libc 0.2.94 * source: [https://github.com/rust-lang/libc](https://github.com/rust-lang/libc) * license: Apache-2.0 OR MIT ### lock_api 0.4.3 * source: [https://github.com/Amanieu/parking_lot](https://github.com/Amanieu/parking_lot) * license: Apache-2.0 OR MIT ### log 0.4.14 * source: [https://github.com/rust-lang/log](https://github.com/rust-lang/log) * license: Apache-2.0 OR MIT ### lz4 1.23.2 * source: [https://github.com/10xGenomics/lz4-rs](https://github.com/10xGenomics/lz4-rs) * license: MIT ### lz4-sys 1.9.2 * source: [https://github.com/bozaro/lz4-rs](https://github.com/bozaro/lz4-rs) * license: MIT ### md-5 0.9.1 * source: [https://github.com/RustCrypto/hashes](https://github.com/RustCrypto/hashes) * license: Apache-2.0 OR MIT ### memchr 2.3.4 * source: [https://github.com/BurntSushi/rust-memchr](https://github.com/BurntSushi/rust-memchr) * license: MIT OR Unlicense ### miniz_oxide 0.4.4 * source: [https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide](https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide) * license: Apache-2.0 OR MIT OR Zlib ### multiversion 0.6.1 * source: [https://github.com/calebzulawski/multiversion](https://github.com/calebzulawski/multiversion) * license: Apache-2.0 OR MIT ### multiversion-macros 0.6.1 * source: [https://github.com/calebzulawski/multiversion](https://github.com/calebzulawski/multiversion) * license: Apache-2.0 OR MIT ### num 0.4.0 * source: [https://github.com/rust-num/num](https://github.com/rust-num/num) * license: Apache-2.0 OR MIT ### num-bigint 0.4.0 * source: [https://github.com/rust-num/num-bigint](https://github.com/rust-num/num-bigint) * license: Apache-2.0 OR MIT ### num-complex 0.4.0 * source: [https://github.com/rust-num/num-complex](https://github.com/rust-num/num-complex) * license: Apache-2.0 OR MIT ### num-integer 0.1.44 * source: [https://github.com/rust-num/num-integer](https://github.com/rust-num/num-integer) * license: Apache-2.0 OR MIT ### num-iter 0.1.42 * source: [https://github.com/rust-num/num-iter](https://github.com/rust-num/num-iter) * license: Apache-2.0 OR MIT ### num-rational 0.4.0 * source: [https://github.com/rust-num/num-rational](https://github.com/rust-num/num-rational) * license: Apache-2.0 OR MIT ### num-traits 0.2.14 * source: [https://github.com/rust-num/num-traits](https://github.com/rust-num/num-traits) * license: Apache-2.0 OR MIT ### num_cpus 1.13.0 * source: [https://github.com/seanmonstar/num_cpus](https://github.com/seanmonstar/num_cpus) * license: Apache-2.0 OR MIT ### once_cell 1.7.2 * source: [https://github.com/matklad/once_cell](https://github.com/matklad/once_cell) * license: Apache-2.0 OR MIT ### opaque-debug 0.3.0 * source: [https://github.com/RustCrypto/utils](https://github.com/RustCrypto/utils) * license: Apache-2.0 OR MIT ### ordered-float 1.1.1 * source: [https://github.com/reem/rust-ordered-float](https://github.com/reem/rust-ordered-float) * license: MIT ### ordered-float 2.1.1 * source: [https://github.com/reem/rust-ordered-float](https://github.com/reem/rust-ordered-float) * license: MIT ### parking_lot 0.11.1 * source: [https://github.com/Amanieu/parking_lot](https://github.com/Amanieu/parking_lot) * license: Apache-2.0 OR MIT ### parking_lot_core 0.8.3 * source: [https://github.com/Amanieu/parking_lot](https://github.com/Amanieu/parking_lot) * license: Apache-2.0 OR MIT ### parquet 5.3.0 * source: [https://github.com/apache/arrow-rs](https://github.com/apache/arrow-rs) * license: Apache-2.0 ### parquet-format 2.6.1 * source: [https://github.com/sunchao/parquet-format-rs](https://github.com/sunchao/parquet-format-rs) * license: Apache-2.0 ### paste 0.1.18 * source: [https://github.com/dtolnay/paste](https://github.com/dtolnay/paste) * license: Apache-2.0 OR MIT ### paste 1.0.5 * source: [https://github.com/dtolnay/paste](https://github.com/dtolnay/paste) * license: Apache-2.0 OR MIT ### paste-impl 0.1.18 * source: [https://github.com/dtolnay/paste](https://github.com/dtolnay/paste) * license: Apache-2.0 OR MIT ### pin-project-lite 0.2.6 * source: [https://github.com/taiki-e/pin-project-lite](https://github.com/taiki-e/pin-project-lite) * license: Apache-2.0 OR MIT ### pin-utils 0.1.0 * source: [https://github.com/rust-lang-nursery/pin-utils](https://github.com/rust-lang-nursery/pin-utils) * license: Apache-2.0 OR MIT ### ppv-lite86 0.2.10 * source: [https://github.com/cryptocorrosion/cryptocorrosion](https://github.com/cryptocorrosion/cryptocorrosion) * license: Apache-2.0 OR MIT ### prettytable-rs 0.8.0 * source: [https://github.com/phsym/prettytable-rs](https://github.com/phsym/prettytable-rs) * license: BSD-3-Clause ### proc-macro-hack 0.5.19 * source: [https://github.com/dtolnay/proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) * license: Apache-2.0 OR MIT ### proc-macro-nested 0.1.7 * source: [https://github.com/dtolnay/proc-macro-hack](https://github.com/dtolnay/proc-macro-hack) * license: Apache-2.0 OR MIT ### proc-macro2 1.0.26 * source: [https://github.com/alexcrichton/proc-macro2](https://github.com/alexcrichton/proc-macro2) * license: Apache-2.0 OR MIT ### pyo3 0.14.4 * source: [https://github.com/pyo3/pyo3](https://github.com/pyo3/pyo3) * license: Apache-2.0 ### pyo3-build-config 0.14.4 * source: [https://github.com/pyo3/pyo3](https://github.com/pyo3/pyo3) * license: Apache-2.0 ### pyo3-macros 0.14.4 * source: [https://github.com/pyo3/pyo3](https://github.com/pyo3/pyo3) * license: Apache-2.0 ### pyo3-macros-backend 0.14.4 * source: [https://github.com/pyo3/pyo3](https://github.com/pyo3/pyo3) * license: Apache-2.0 ### quote 1.0.9 * source: [https://github.com/dtolnay/quote](https://github.com/dtolnay/quote) * license: Apache-2.0 OR MIT ### rand 0.7.3 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand 0.8.3 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_chacha 0.2.2 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_chacha 0.3.0 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_core 0.5.1 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_core 0.6.2 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_hc 0.2.0 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### rand_hc 0.3.0 * source: [https://github.com/rust-random/rand](https://github.com/rust-random/rand) * license: Apache-2.0 OR MIT ### redox_syscall 0.1.57 * source: [https://gitlab.redox-os.org/redox-os/syscall](https://gitlab.redox-os.org/redox-os/syscall) * license: MIT ### redox_syscall 0.2.7 * source: [https://gitlab.redox-os.org/redox-os/syscall](https://gitlab.redox-os.org/redox-os/syscall) * license: MIT ### redox_users 0.3.5 * source: [https://gitlab.redox-os.org/redox-os/users](https://gitlab.redox-os.org/redox-os/users) * license: MIT ### regex 1.4.6 * source: [https://github.com/rust-lang/regex](https://github.com/rust-lang/regex) * license: Apache-2.0 OR MIT ### regex-automata 0.1.9 * source: [https://github.com/BurntSushi/regex-automata](https://github.com/BurntSushi/regex-automata) * license: MIT OR Unlicense ### regex-syntax 0.6.23 * source: [https://github.com/rust-lang/regex](https://github.com/rust-lang/regex) * license: Apache-2.0 OR MIT ### rust-argon2 0.8.3 * source: [https://github.com/sru-systems/rust-argon2](https://github.com/sru-systems/rust-argon2) * license: Apache-2.0 OR MIT ### ryu 1.0.5 * source: [https://github.com/dtolnay/ryu](https://github.com/dtolnay/ryu) * license: Apache-2.0 OR BSL-1.0 ### scopeguard 1.1.0 * source: [https://github.com/bluss/scopeguard](https://github.com/bluss/scopeguard) * license: Apache-2.0 OR MIT ### serde 1.0.125 * source: [https://github.com/serde-rs/serde](https://github.com/serde-rs/serde) * license: Apache-2.0 OR MIT ### serde_derive 1.0.125 * source: [https://github.com/serde-rs/serde](https://github.com/serde-rs/serde) * license: Apache-2.0 OR MIT ### serde_json 1.0.64 * source: [https://github.com/serde-rs/json](https://github.com/serde-rs/json) * license: Apache-2.0 OR MIT ### sha2 0.9.3 * source: [https://github.com/RustCrypto/hashes](https://github.com/RustCrypto/hashes) * license: Apache-2.0 OR MIT ### slab 0.4.3 * source: [https://github.com/tokio-rs/slab](https://github.com/tokio-rs/slab) * license: MIT ### smallvec 1.6.1 * source: [https://github.com/servo/rust-smallvec](https://github.com/servo/rust-smallvec) * license: Apache-2.0 OR MIT ### snap 1.0.4 * source: [https://github.com/BurntSushi/rust-snappy](https://github.com/BurntSushi/rust-snappy) * license: BSD-3-Clause ### sqlparser 0.9.0 * source: [https://github.com/ballista-compute/sqlparser-rs](https://github.com/ballista-compute/sqlparser-rs) * license: Apache-2.0 ### static_assertions 1.1.0 * source: [https://github.com/nvzqz/static-assertions-rs](https://github.com/nvzqz/static-assertions-rs) * license: Apache-2.0 OR MIT ### syn 1.0.71 * source: [https://github.com/dtolnay/syn](https://github.com/dtolnay/syn) * license: Apache-2.0 OR MIT ### term 0.5.2 * source: [https://github.com/Stebalien/term](https://github.com/Stebalien/term) * license: Apache-2.0 OR MIT ### thiserror 1.0.24 * source: [https://github.com/dtolnay/thiserror](https://github.com/dtolnay/thiserror) * license: Apache-2.0 OR MIT ### thiserror-impl 1.0.24 * source: [https://github.com/dtolnay/thiserror](https://github.com/dtolnay/thiserror) * license: Apache-2.0 OR MIT ### threadpool 1.8.1 * source: [https://github.com/rust-threadpool/rust-threadpool](https://github.com/rust-threadpool/rust-threadpool) * license: Apache-2.0 OR MIT ### thrift 0.13.0 * source: [None](None) * license: Apache-2.0 ### time 0.1.43 * source: [https://github.com/time-rs/time](https://github.com/time-rs/time) * license: Apache-2.0 OR MIT ### tokio 1.5.0 * source: [https://github.com/tokio-rs/tokio](https://github.com/tokio-rs/tokio) * license: MIT ### tokio-macros 1.1.0 * source: [https://github.com/tokio-rs/tokio](https://github.com/tokio-rs/tokio) * license: MIT ### tokio-stream 0.1.5 * source: [https://github.com/tokio-rs/tokio](https://github.com/tokio-rs/tokio) * license: MIT ### typenum 1.13.0 * source: [https://github.com/paholg/typenum](https://github.com/paholg/typenum) * license: Apache-2.0 OR MIT ### unicode-segmentation 1.7.1 * source: [https://github.com/unicode-rs/unicode-segmentation](https://github.com/unicode-rs/unicode-segmentation) * license: Apache-2.0 OR MIT ### unicode-width 0.1.8 * source: [https://github.com/unicode-rs/unicode-width](https://github.com/unicode-rs/unicode-width) * license: Apache-2.0 OR MIT ### unicode-xid 0.2.1 * source: [https://github.com/unicode-rs/unicode-xid](https://github.com/unicode-rs/unicode-xid) * license: Apache-2.0 OR MIT ### unindent 0.1.7 * source: [https://github.com/dtolnay/indoc](https://github.com/dtolnay/indoc) * license: Apache-2.0 OR MIT ### wasi 0.9.0+wasi-snapshot-preview1 * source: [https://github.com/bytecodealliance/wasi](https://github.com/bytecodealliance/wasi) * license: Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT ### wasi 0.10.2+wasi-snapshot-preview1 * source: [https://github.com/bytecodealliance/wasi](https://github.com/bytecodealliance/wasi) * license: Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT ### winapi 0.3.9 * source: [https://github.com/retep998/winapi-rs](https://github.com/retep998/winapi-rs) * license: Apache-2.0 OR MIT ### winapi-i686-pc-windows-gnu 0.4.0 * source: [https://github.com/retep998/winapi-rs](https://github.com/retep998/winapi-rs) * license: Apache-2.0 OR MIT ### winapi-x86_64-pc-windows-gnu 0.4.0 * source: [https://github.com/retep998/winapi-rs](https://github.com/retep998/winapi-rs) * license: Apache-2.0 OR MIT ### zstd 0.9.0+zstd.1.5.0 * source: [https://github.com/gyscos/zstd-rs](https://github.com/gyscos/zstd-rs) * license: MIT ### zstd-safe 4.1.1+zstd.1.5.0 * source: [https://github.com/gyscos/zstd-rs](https://github.com/gyscos/zstd-rs) * license: Apache-2.0 OR MIT ### zstd-sys 1.6.1+zstd.1.5.0 * source: [https://github.com/gyscos/zstd-rs](https://github.com/gyscos/zstd-rs) * license: Apache-2.0 OR MIT -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org