-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
81 lines (62 loc) · 3.01 KB
/
Copy pathNOTICE
File metadata and controls
81 lines (62 loc) · 3.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Streamline
Copyright 2024-2025 Jose David Baena
This product includes software developed at:
https://github.com/josedab/streamline
Licensed under the Apache License, Version 2.0.
================================================================================
This product includes software developed by third parties:
--------------------------------------------------------------------------------
kafka-protocol - Kafka Wire Protocol Implementation
https://github.com/influxdata/kafka-protocol-rs
Licensed under Apache License, Version 2.0
--------------------------------------------------------------------------------
tokio - Asynchronous Runtime for Rust
https://github.com/tokio-rs/tokio
Licensed under MIT License
--------------------------------------------------------------------------------
openraft - Raft Consensus Implementation
https://github.com/datafuselabs/openraft
Licensed under Apache License, Version 2.0
--------------------------------------------------------------------------------
Apache Avro - Data Serialization System
https://avro.apache.org/
Licensed under Apache License, Version 2.0
--------------------------------------------------------------------------------
Apache Iceberg - Table Format for Large Analytic Datasets
https://iceberg.apache.org/
Licensed under Apache License, Version 2.0
--------------------------------------------------------------------------------
Apache Arrow - In-Memory Columnar Format
https://arrow.apache.org/
Licensed under Apache License, Version 2.0
--------------------------------------------------------------------------------
DuckDB - Embedded Analytical Database
https://duckdb.org/
Licensed under MIT License
--------------------------------------------------------------------------------
ratatui - Terminal User Interface Library
https://github.com/ratatui-org/ratatui
Licensed under MIT License
--------------------------------------------------------------------------------
clap - Command Line Argument Parser
https://github.com/clap-rs/clap
Licensed under Apache License, Version 2.0 or MIT License
--------------------------------------------------------------------------------
serde - Serialization Framework
https://github.com/serde-rs/serde
Licensed under Apache License, Version 2.0 or MIT License
--------------------------------------------------------------------------------
tracing - Application-level Tracing
https://github.com/tokio-rs/tracing
Licensed under MIT License
--------------------------------------------------------------------------------
axum - Web Framework
https://github.com/tokio-rs/axum
Licensed under MIT License
--------------------------------------------------------------------------------
rustls - TLS Implementation
https://github.com/rustls/rustls
Licensed under Apache License, Version 2.0, MIT License, or ISC License
================================================================================
For a complete list of dependencies and their licenses, see the Cargo.toml
file and use `cargo license` to generate a detailed license report.