This project includes code from the following Rust crates and versions (grouped by license):

╒══════════════════════════════╤═══════════════════════════════╤═════════════════════════════════════════════════════════╕
│ Name                         │ Version                       │ License                                                 │
╞══════════════════════════════╪═══════════════════════════════╪═════════════════════════════════════════════════════════╡
│ encoding_rs                  │ 0.8.35                        │ (Apache-2.0 or MIT) and BSD-3-Clause                    │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-ident                │ 1.0.16                        │ (MIT or Apache-2.0) and Unicode-3.0                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ adler2                       │ 2.0.0                         │ 0BSD or Apache-2.0 or MIT                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-arrow-format          │ 0.1.0                         │ Apache 2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ciborium                     │ 0.2.2                         │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ciborium-io                  │ 0.2.2                         │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ciborium-ll                  │ 0.2.2                         │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ openssl                      │ 0.10.70                       │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ opentelemetry                │ 0.26.0                        │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ opentelemetry-stdout         │ 0.26.0                        │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ opentelemetry_sdk            │ 0.26.0                        │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlparser                    │ 0.49.0                        │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ streaming-decompression      │ 0.1.2                         │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sync_wrapper                 │ 1.0.2                         │ Apache-2.0                                              │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ blake3                       │ 1.5.5                         │ Apache-2.0 or Apache-2.0 with LLVM-exception or CC0-1.0 │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ linux-raw-sys                │ 0.4.15                        │ Apache-2.0 or Apache-2.0 with LLVM-exception or MIT     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustix                       │ 0.38.44                       │ Apache-2.0 or Apache-2.0 with LLVM-exception or MIT     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasi                         │ 0.11.0+wasi-snapshot-preview1 │ Apache-2.0 or Apache-2.0 with LLVM-exception or MIT     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasi                         │ 0.13.3+wasi-0.2.2             │ Apache-2.0 or Apache-2.0 with LLVM-exception or MIT     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wit-bindgen-rt               │ 0.33.0                        │ Apache-2.0 or Apache-2.0 with LLVM-exception or MIT     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerocopy                     │ 0.7.35                        │ Apache-2.0 or BSD-2-Clause or MIT                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerocopy-derive              │ 0.7.35                        │ Apache-2.0 or BSD-2-Clause or MIT                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ryu                          │ 1.0.19                        │ Apache-2.0 or BSL-1.0                                   │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasite                       │ 0.1.0                         │ Apache-2.0 or BSL-1.0 or MIT                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ whoami                       │ 1.5.2                         │ Apache-2.0 or BSL-1.0 or MIT                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ constant_time_eq             │ 0.3.1                         │ Apache-2.0 or CC0-1.0 or MIT-0                          │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hyper-rustls                 │ 0.27.5                        │ Apache-2.0 or ISC or MIT                                │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustls                       │ 0.23.23                       │ Apache-2.0 or ISC or MIT                                │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustls-native-certs          │ 0.8.1                         │ Apache-2.0 or ISC or MIT                                │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustls-pemfile               │ 2.2.0                         │ Apache-2.0 or ISC or MIT                                │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ addr2line                    │ 0.24.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ahash                        │ 0.8.11                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ allocator-api2               │ 0.2.21                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ android-tzdata               │ 0.1.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ android_system_properties    │ 0.1.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anstream                     │ 0.6.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anstyle                      │ 1.0.10                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anstyle-parse                │ 0.2.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anstyle-query                │ 1.1.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anstyle-wincon               │ 3.0.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ anyhow                       │ 1.0.95                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ argon2                       │ 0.5.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ array-init-cursor            │ 0.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ arraydeque                   │ 0.5.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ arrayvec                     │ 0.7.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ async-trait                  │ 0.1.86                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ atoi_simd                    │ 0.15.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ atomic-waker                 │ 1.1.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ autocfg                      │ 1.4.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ backtrace                    │ 0.3.74                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ base64                       │ 0.21.7                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ base64                       │ 0.22.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ base64ct                     │ 1.6.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bimap                        │ 0.6.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bitflags                     │ 2.8.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ blake2                       │ 0.10.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ block-buffer                 │ 0.10.4                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bumpalo                      │ 3.17.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ camino                       │ 1.1.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cargo-platform               │ 0.1.8                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cc                           │ 1.2.13                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cfg-if                       │ 1.0.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ chrono                       │ 0.4.39                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ chrono-tz                    │ 0.8.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ chrono-tz-build              │ 0.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ clap                         │ 4.5.29                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ clap_builder                 │ 4.5.29                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ clap_derive                  │ 4.5.28                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ clap_lex                     │ 0.7.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ colorchoice                  │ 1.0.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ concurrent-queue             │ 2.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ config                       │ 0.14.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ const-oid                    │ 0.9.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ const-random                 │ 0.1.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ const-random-macro           │ 0.1.16                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ constcat                     │ 0.5.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ core-foundation              │ 0.9.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ core-foundation              │ 0.10.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ core-foundation-sys          │ 0.8.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cpufeatures                  │ 0.2.17                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crc                          │ 3.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crc-catalog                  │ 2.4.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crc32fast                    │ 1.4.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossbeam-channel            │ 0.5.14                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossbeam-deque              │ 0.8.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossbeam-epoch              │ 0.9.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossbeam-queue              │ 0.3.12                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossbeam-utils              │ 0.8.21                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crypto-common                │ 0.1.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ der                          │ 0.7.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ derive_builder               │ 0.20.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ derive_builder_core          │ 0.20.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ derive_builder_macro         │ 0.20.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ digest                       │ 0.10.7                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ displaydoc                   │ 0.2.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ dlv-list                     │ 0.5.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ dyn-clone                    │ 1.0.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ either                       │ 1.13.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ enum_dispatch                │ 0.3.13                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ equivalent                   │ 1.0.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ errno                        │ 0.3.10                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ etcetera                     │ 0.8.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ethnum                       │ 1.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ event-listener               │ 5.4.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fallible-streaming-iterator  │ 0.1.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fast-float                   │ 0.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fastrand                     │ 2.3.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fixedbitset                  │ 0.5.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ flate2                       │ 1.0.35                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ flume                        │ 0.11.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fnv                          │ 1.0.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ foreign-types                │ 0.3.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ foreign-types-shared         │ 0.1.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ form_urlencoded              │ 1.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ fs4                          │ 0.9.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures                      │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-channel              │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-core                 │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-executor             │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-intrusive            │ 0.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-io                   │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-macro                │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-sink                 │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-task                 │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ futures-util                 │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ getrandom                    │ 0.2.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ getrandom                    │ 0.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ gimli                        │ 0.31.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ glob                         │ 0.3.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ half                         │ 2.4.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ halfbrown                    │ 0.2.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hashbrown                    │ 0.14.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hashbrown                    │ 0.15.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hashlink                     │ 0.8.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hashlink                     │ 0.10.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ heck                         │ 0.4.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ heck                         │ 0.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hex                          │ 0.4.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hkdf                         │ 0.12.4                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hmac                         │ 0.12.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ home                         │ 0.5.11                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ homedir                      │ 0.3.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ http                         │ 1.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ httparse                     │ 1.10.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ httpdate                     │ 1.0.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ humantime                    │ 2.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hyper-tls                    │ 0.6.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ iana-time-zone               │ 0.1.61                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ iana-time-zone-haiku         │ 0.1.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ident_case                   │ 1.0.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ idna                         │ 1.0.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ idna_adapter                 │ 1.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ indexmap                     │ 2.7.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ indoc                        │ 2.0.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ipnet                        │ 2.11.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ is_terminal_polyfill         │ 1.70.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ itertools                    │ 0.10.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ itertools                    │ 0.13.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ itoa                         │ 1.0.14                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ jobserver                    │ 0.1.32                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ js-sys                       │ 0.3.77                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ lazy_static                  │ 1.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ libc                         │ 0.2.169                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ lock_api                     │ 0.4.12                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ log                          │ 0.4.25                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ md-5                         │ 0.10.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ memmap2                      │ 0.7.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ mime                         │ 0.3.17                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ minimal-lexical              │ 0.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ multiversion                 │ 0.7.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ multiversion-macros          │ 0.7.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ native-tls                   │ 0.2.13                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ntapi                        │ 0.4.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ num-bigint-dig               │ 0.8.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ num-format                   │ 0.4.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ num-integer                  │ 0.1.46                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ num-iter                     │ 0.1.45                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ num-traits                   │ 0.2.19                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ object                       │ 0.36.7                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ object_store                 │ 0.10.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ object_store                 │ 0.11.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ once_cell                    │ 1.20.3                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ openssl-macros               │ 0.1.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ openssl-probe                │ 0.1.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ openssl-src                  │ 300.4.2+3.4.1                 │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ parking                      │ 2.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ parking_lot                  │ 0.12.3                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ parking_lot_core             │ 0.9.10                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ password-hash                │ 0.5.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ paste                        │ 1.0.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pathdiff                     │ 0.2.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pem-rfc7468                  │ 0.7.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ percent-encoding             │ 2.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pest                         │ 2.7.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pest_derive                  │ 2.7.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pest_generator               │ 2.7.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pest_meta                    │ 2.7.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ petgraph                     │ 0.7.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pin-project-lite             │ 0.2.16                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pin-utils                    │ 0.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pkcs1                        │ 0.7.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pkcs8                        │ 0.10.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pkg-config                   │ 0.3.31                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ planus                       │ 0.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ portable-atomic              │ 1.10.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ppv-lite86                   │ 0.2.20                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ proc-macro-error-attr2       │ 2.0.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ proc-macro-error2            │ 2.0.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ proc-macro2                  │ 1.0.93                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ psm                          │ 0.1.24                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pyo3                         │ 0.21.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pyo3-build-config            │ 0.21.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pyo3-ffi                     │ 0.21.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pyo3-macros                  │ 0.21.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pyo3-macros-backend          │ 0.21.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quinn                        │ 0.11.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quinn-proto                  │ 0.11.9                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quinn-udp                    │ 0.5.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quote                        │ 1.0.38                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rand                         │ 0.8.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rand_chacha                  │ 0.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rand_core                    │ 0.6.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rand_distr                   │ 0.4.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rayon                        │ 1.10.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rayon-core                   │ 1.12.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ref-cast                     │ 1.0.23                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ref-cast-impl                │ 1.0.23                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ regex                        │ 1.11.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ regex-automata               │ 0.4.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ regex-syntax                 │ 0.8.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ reqwest                      │ 0.12.12                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ron                          │ 0.8.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rsa                          │ 0.9.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustc-demangle               │ 0.1.24                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustc-hash                   │ 2.1.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustls-pki-types             │ 1.11.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustversion                  │ 1.0.19                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ scopeguard                   │ 1.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ security-framework           │ 2.11.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ security-framework           │ 3.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ security-framework-sys       │ 2.14.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ semver                       │ 1.0.25                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde                        │ 1.0.217                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_derive                 │ 1.0.217                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_json                   │ 1.0.138                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_path_to_error          │ 0.1.16                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_spanned                │ 0.6.8                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_urlencoded             │ 0.7.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_yaml                   │ 0.9.34+deprecated             │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sha1                         │ 0.10.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sha2                         │ 0.10.8                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ shlex                        │ 1.3.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ signal-hook-registry         │ 1.4.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ signature                    │ 2.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ simd-json                    │ 0.14.3                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ simdutf8                     │ 0.1.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ siphasher                    │ 1.0.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ smallvec                     │ 1.13.2                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ snafu                        │ 0.7.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ snafu                        │ 0.8.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ snafu-derive                 │ 0.7.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ snafu-derive                 │ 0.8.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ socket2                      │ 0.5.8                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ spki                         │ 0.7.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx                         │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-core                    │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-macros                  │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-macros-core             │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-mysql                   │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-postgres                │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sqlx-sqlite                  │ 0.8.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ stable_deref_trait           │ 1.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ stacker                      │ 0.1.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ static_assertions            │ 1.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ streaming-iterator           │ 0.1.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ strength_reduce              │ 0.2.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ stringprep                   │ 0.1.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ syn                          │ 1.0.109                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ syn                          │ 2.0.98                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ system-configuration         │ 0.6.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ system-configuration-sys     │ 0.6.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ target-features              │ 0.1.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tempfile                     │ 3.16.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ testdir                      │ 0.9.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ thiserror                    │ 1.0.69                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ thiserror                    │ 2.0.11                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ thiserror-impl               │ 1.0.69                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ thiserror-impl               │ 2.0.11                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ thread_local                 │ 1.1.8                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio-rustls                 │ 0.26.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ toml                         │ 0.8.20                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ toml_datetime                │ 0.6.8                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ toml_edit                    │ 0.22.24                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ typenum                      │ 1.17.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ucd-trie                     │ 0.1.7                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-bidi                 │ 0.3.18                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-normalization        │ 0.1.24                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-properties           │ 0.1.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-reverse              │ 1.0.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-segmentation         │ 1.12.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-width                │ 0.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unicode-xid                  │ 0.2.6                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unindent                     │ 0.2.3                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ url                          │ 2.5.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ utf16_iter                   │ 1.0.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ utf8_iter                    │ 1.0.4                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ utf8parse                    │ 0.2.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ utoipa                       │ 5.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ utoipa-gen                   │ 5.3.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ uuid                         │ 1.13.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ value-trait                  │ 0.10.1                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ vcpkg                        │ 0.2.15                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ version_check                │ 0.9.5                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen                 │ 0.2.100                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen-backend         │ 0.2.100                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen-futures         │ 0.4.50                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen-macro           │ 0.2.100                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen-macro-support   │ 0.2.100                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-bindgen-shared          │ 0.2.100                       │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ wasm-streams                 │ 0.4.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ web-sys                      │ 0.3.77                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ web-time                     │ 1.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ widestring                   │ 1.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ winapi                       │ 0.3.9                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ winapi-i686-pc-windows-gnu   │ 0.4.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ winapi-x86_64-pc-windows-gnu │ 0.4.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows                      │ 0.57.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows                      │ 0.59.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-core                 │ 0.52.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-core                 │ 0.57.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-core                 │ 0.59.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-implement            │ 0.57.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-implement            │ 0.59.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-interface            │ 0.57.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-interface            │ 0.59.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-registry             │ 0.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-result               │ 0.1.2                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-result               │ 0.2.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-result               │ 0.3.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-strings              │ 0.1.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-strings              │ 0.3.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-sys                  │ 0.48.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-sys                  │ 0.52.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-sys                  │ 0.59.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-targets              │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-targets              │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows-targets              │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_gnullvm      │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_gnullvm      │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_gnullvm      │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_msvc         │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_msvc         │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_aarch64_msvc         │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_gnu             │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_gnu             │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_gnu             │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_gnullvm         │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_gnullvm         │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_msvc            │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_msvc            │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_i686_msvc            │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnu           │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnu           │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnu           │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnullvm       │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnullvm       │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_gnullvm       │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_msvc          │ 0.48.5                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_msvc          │ 0.52.6                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ windows_x86_64_msvc          │ 0.53.0                        │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ write16                      │ 1.0.0                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ yaml-rust2                   │ 0.8.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zeroize                      │ 1.8.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zstd-safe                    │ 7.2.1                         │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zstd-sys                     │ 2.0.13+zstd.1.5.6             │ Apache-2.0 or MIT                                       │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bytemuck                     │ 1.21.0                        │ Apache-2.0 or MIT or Zlib                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bytemuck_derive              │ 1.8.1                         │ Apache-2.0 or MIT or Zlib                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ miniz_oxide                  │ 0.8.4                         │ Apache-2.0 or MIT or Zlib                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tinyvec                      │ 1.8.1                         │ Apache-2.0 or MIT or Zlib                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tinyvec_macros               │ 0.1.1                         │ Apache-2.0 or MIT or Zlib                               │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ target-lexicon               │ 0.12.16                       │ Apache-2.0 with LLVM-exception                          │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ arrayref                     │ 0.3.9                         │ BSD-2-Clause                                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ alloc-no-stdlib              │ 2.0.4                         │ BSD-3-Clause                                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ alloc-stdlib                 │ 0.2.2                         │ BSD-3-Clause                                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ snap                         │ 1.1.1                         │ BSD-3-Clause                                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ subtle                       │ 2.6.1                         │ BSD-3-Clause                                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ brotli                       │ 6.0.0                         │ BSD-3-Clause or MIT                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ brotli-decompressor          │ 4.0.2                         │ BSD-3-Clause or MIT                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ xxhash-rust                  │ 0.8.15                        │ BSL-1.0                                                 │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tiny-keccak                  │ 2.0.2                         │ CC0-1.0                                                 │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ring                         │ 0.17.8                        │ ICS and OpenSSL (Apache 2.0)                            │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ json5                        │ 0.4.1                         │ ISC                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rustls-webpki                │ 0.102.8                       │ ISC                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ untrusted                    │ 0.9.0                         │ ISC                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ aquamarine                   │ 0.6.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ argminmax                    │ 0.6.2                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ async-stream                 │ 0.3.6                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ async-stream-impl            │ 0.3.6                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ atoi                         │ 2.0.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ axum                         │ 0.8.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ axum-core                    │ 0.5.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ axum-macros                  │ 0.5.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ bytes                        │ 1.10.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cargo_metadata               │ 0.14.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ castaway                     │ 0.2.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ cfg_aliases                  │ 0.2.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ comfy-table                  │ 7.1.4                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ compact_str                  │ 0.8.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ convert_case                 │ 0.6.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossterm                    │ 0.28.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crossterm_winapi             │ 0.9.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ crunchy                      │ 0.2.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ darling                      │ 0.20.10                       │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ darling_core                 │ 0.20.10                       │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ darling_macro                │ 0.20.10                       │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ data-encoding                │ 2.8.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ derive-new                   │ 0.7.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ doc-comment                  │ 0.3.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ dotenvy                      │ 0.15.7                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ duct                         │ 0.13.7                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ float-cmp                    │ 0.10.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ generic-array                │ 0.14.7                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ getset                       │ 0.1.4                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ h2                           │ 0.4.7                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ http-body                    │ 1.0.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ http-body-util               │ 0.1.2                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hyper                        │ 1.6.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ hyper-util                   │ 0.1.10                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ include_dir                  │ 0.7.4                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ include_dir_macros           │ 0.7.4                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ itoap                        │ 1.0.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ jsonpath_lib_polars_vendor   │ 0.0.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ libsqlite3-sys               │ 0.30.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ lz4                          │ 1.28.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ lz4-sys                      │ 1.11.1+lz4-1.10.0             │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ memoffset                    │ 0.9.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ mio                          │ 1.0.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ nix                          │ 0.29.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ nom                          │ 7.1.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ now                          │ 0.1.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ nu-ansi-term                 │ 0.46.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ openssl-sys                  │ 0.9.105                       │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ordered-float                │ 4.6.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ ordered-multimap             │ 0.7.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ os_pipe                      │ 1.2.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ overload                     │ 0.1.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ parse-zoneinfo               │ 0.3.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ phf                          │ 0.11.3                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ phf_codegen                  │ 0.11.3                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ phf_generator                │ 0.11.3                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ phf_shared                   │ 0.11.3                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ pico-args                    │ 0.5.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars                       │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-compute               │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-core                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-error                 │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-expr                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-io                    │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-json                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-lazy                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-mem-engine            │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-ops                   │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-pipe                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-plan                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-row                   │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-schema                │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-sql                   │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-stream                │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-time                  │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-utils                 │ 0.44.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quick-xml                    │ 0.36.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ quick-xml                    │ 0.37.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ raw-cpuid                    │ 11.3.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ recursive                    │ 0.1.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ recursive-proc-macro-impl    │ 0.1.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ redox_syscall                │ 0.5.8                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ rust-ini                     │ 0.20.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ schannel                     │ 0.1.27                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_valid                  │ 0.25.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_valid_derive           │ 0.25.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ serde_valid_literal          │ 0.25.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sharded-slab                 │ 0.1.7                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ shared_child                 │ 1.0.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ slab                         │ 0.4.9                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ spin                         │ 0.9.8                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ strsim                       │ 0.11.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ strum                        │ 0.26.3                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ strum_macros                 │ 0.26.4                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ synstructure                 │ 0.13.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sysinfo                      │ 0.26.9                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sysinfo                      │ 0.31.4                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ sysinfo                      │ 0.32.1                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio                        │ 1.43.0                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio-macros                 │ 2.5.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio-native-tls             │ 0.3.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio-stream                 │ 0.1.17                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tokio-util                   │ 0.7.13                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tower                        │ 0.5.2                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tower-layer                  │ 0.3.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tower-service                │ 0.3.3                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tracing                      │ 0.1.41                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tracing-attributes           │ 0.1.28                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tracing-core                 │ 0.1.33                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tracing-log                  │ 0.2.0                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tracing-subscriber           │ 0.3.19                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ try-lock                     │ 0.2.5                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ unsafe-libyaml               │ 0.2.11                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ valuable                     │ 0.1.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ want                         │ 0.3.1                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ winnow                       │ 0.7.2                         │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zstd                         │ 0.13.2                        │ MIT                                                     │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ libm                         │ 0.2.11                        │ MIT and (MIT or Apache-2.0)                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-arrow                 │ 0.44.2                        │ MIT and Apache-2.0                                      │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-parquet               │ 0.44.2                        │ MIT and Apache-2.0                                      │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ polars-parquet-format        │ 0.1.0                         │ MIT and Apache-2.0                                      │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ matchit                      │ 0.8.4                         │ MIT and BSD-3-Clause                                    │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ aho-corasick                 │ 1.1.3                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ byteorder                    │ 1.5.0                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ memchr                       │ 2.7.4                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ same-file                    │ 1.0.6                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ walkdir                      │ 2.5.0                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ winapi-util                  │ 0.1.9                         │ MIT or Unlicense                                        │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ webpki-roots                 │ 0.26.8                        │ MPL-2.0                                                 │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_collections              │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_locid                    │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_locid_transform          │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_locid_transform_data     │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_normalizer               │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_normalizer_data          │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_properties               │ 1.5.1                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_properties_data          │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_provider                 │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ icu_provider_macros          │ 1.5.0                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ litemap                      │ 0.7.4                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ tinystr                      │ 0.7.6                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ writeable                    │ 0.5.5                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ yoke                         │ 0.7.5                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ yoke-derive                  │ 0.7.5                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerofrom                     │ 0.1.5                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerofrom-derive              │ 0.1.5                         │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerovec                      │ 0.10.4                        │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ zerovec-derive               │ 0.10.3                        │ Unicode-3.0                                             │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ const_format                 │ 0.2.34                        │ Zlib                                                    │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ const_format_proc_macros     │ 0.2.34                        │ Zlib                                                    │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ foldhash                     │ 0.1.4                         │ Zlib                                                    │
├──────────────────────────────┼───────────────────────────────┼─────────────────────────────────────────────────────────┤
│ slotmap                      │ 1.0.7                         │ Zlib                                                    │
╘══════════════════════════════╧═══════════════════════════════╧═════════════════════════════════════════════════════════╛

This project uses the following Python packages and versions (grouped by license):

╒════════════════════╤═════════════╤═════════════════════════════════════════╕
│ Name               │ Version     │ License                                 │
╞════════════════════╪═════════════╪═════════════════════════════════════════╡
│ importlib_metadata │ 8.6.1       │ Apache Software License                 │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ pyarrow            │ 19.0.0      │ Apache Software License                 │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ requests           │ 2.32.3      │ Apache Software License                 │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ tzdata             │ 2024.2      │ Apache Software License                 │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ Pygments           │ 2.19.1      │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ click              │ 8.1.8       │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ cloudpickle        │ 3.1.1       │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ idna               │ 3.10        │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ numpy              │ 2.2.2       │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ pandas             │ 2.2.3       │ BSD License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ python-dateutil    │ 2.9.0.post0 │ BSD License and Apache Software License │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ pillow             │ 11.1.0      │ CMU License (MIT-CMU)                   │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ base32hex          │ 1.0.2       │ MIT                                     │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ connectorx         │ 0.4.0       │ MIT                                     │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ PyYAML             │ 6.0.2       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ SQLAlchemy         │ 2.0.37      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ accessify          │ 0.3.1       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ charset-normalizer │ 3.4.1       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ greenlet           │ 3.1.1       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ markdown-it-py     │ 3.0.0       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ mdurl              │ 0.1.2       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ polars             │ 1.20.0      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ pytz               │ 2025.1      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ rich               │ 13.9.4      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ rich-click         │ 1.8.5       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ six                │ 1.17.0      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ urllib3            │ 2.3.0       │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ zipp               │ 3.21.0      │ MIT License                             │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ uv                 │ 0.5.21      │ MIT License and Apache Software License │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ certifi            │ 2025.1.31   │ Mozilla Public License 2.0 (MPL 2.0)    │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ uuid-v7            │ 1.0.0       │ Public Domain                           │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ typing_extensions  │ 4.12.2      │ Python Software Foundation License      │
├────────────────────┼─────────────┼─────────────────────────────────────────┤
│ filelock           │ 3.16.1      │ The Unlicense (Unlicense)               │
╘════════════════════╧═════════════╧═════════════════════════════════════════╛
