diff --git a/LICENSE-3rdparty.csv b/LICENSE-3rdparty.csv new file mode 100644 index 0000000..3bf57a5 --- /dev/null +++ b/LICENSE-3rdparty.csv @@ -0,0 +1,15 @@ +Component,Origin,License,Copyright +bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche , Sean McArthur " +cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton +crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs , Alex Crichton " +once_cell,https://github.com/matklad/once_cell,MIT OR Apache-2.0,Aleksey Kladov +pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors +proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay , Alex Crichton " +quote,https://github.com/dtolnay/quote,MIT OR Apache-2.0,David Tolnay +serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar , David Tolnay " +syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay +thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay +tracing,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman , Tokio Contributors " +tracing-attributes,https://github.com/tokio-rs/tracing,MIT,"Tokio Contributors , Eliza Weisman , David Barsky " +tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors +unicode-ident,https://github.com/dtolnay/unicode-ident,(MIT OR Apache-2.0) AND Unicode-3.0,David Tolnay