licenses.dev

noodles-bgzf v0.44.0

Blocked gzip format (BGZF) reader and writer

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT20
PackageRelationDependenciesPublished
cc • 1.2.51A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. INDIRECT2
cfg-if • 1.0.4A macro to ergonomically define an item depending on a large number of #[cfg] parameters. Structured like an if-else chain, the first matching branch is the item that gets emitted. INDIRECT0
crc32fast • 1.5.0Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-channel • 0.5.15Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
find-msvc-tools • 0.1.6Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
flate2 • 1.1.5DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. DIRECT7
futures-channel • 0.3.31Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
futures-io • 0.3.31The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-sink • 0.3.31The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.31Tools for working with tasks. INDIRECT0
futures-util • 0.3.31Common utilities and extension traits for the futures-rs library. INDIRECT9
futures • 0.3.31An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT10
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. DIRECT0
pin-utils • 0.1.0Utilities for pinning INDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.42Quasi-quoting macro quote!(...)INDIRECT2
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
syn • 2.0.111Parser for Rust source codeINDIRECT2
MIT6
PackageRelationDependenciesPublished
bytes • 1.11.0Types and traits for working with bytesDIRECT0
simd-adler32 • 0.3.8A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
slab • 0.4.11Pre-allocated storage for a uniform data typeINDIRECT0
tokio-macros • 2.6.0Tokio's proc macros. INDIRECT4
tokio-util • 0.7.17Additional utilities for working with Tokio. DIRECT10
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT7
Apache-2.02
PackageRelationDependenciesPublished
libdeflate-sys • 1.25.0Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data. INDIRECT3
libdeflater • 1.25.0Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data. DIRECT4
Zlib2
PackageRelationDependenciesPublished
libz-rs-sys • 0.5.5A memory-safe zlib implementation written in rustINDIRECT1
zlib-rs • 0.5.5A memory-safe zlib implementation written in rustINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.7.6Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.22Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/noodles-bgzf)](https://licenses.dev/cargo/noodles-bgzf)
<a href="https://licenses.dev/cargo/noodles-bgzf">
  <img src="https://licenses.dev/b/cargo/noodles-bgzf" alt="licenses" />
</a>

Or the licenses badge code for the 0.44.0 version:

[![licenses](https://licenses.dev/b/cargo/noodles-bgzf/0.44.0)](https://licenses.dev/cargo/noodles-bgzf/0.44.0)
<a href="https://licenses.dev/cargo/noodles-bgzf/0.44.0">
  <img src="https://licenses.dev/b/cargo/noodles-bgzf/0.44.0" alt="licenses" />
</a>
GitHub