licenses.dev

noodles-bgzf v0.49.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 MIT22
PackageRelationDependenciesPublished
cc • 1.4.7A 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
crossbeam-channel • 0.5.17Multi-producer multi-consumer channels for message passingDIRECT1
crossbeam-deque • 0.8.8Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.21Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.23Utilities for concurrent programmingINDIRECT0
either • 1.18.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
find-msvc-tools • 0.1.13Find windows-specific tools, read MSVC versions from the registry and from COM interfacesINDIRECT0
futures-channel • 0.3.34Channels for asynchronous communication using futures-rs. INDIRECT2
futures-core • 0.3.34The core traits and types in for the `futures` library. INDIRECT0
futures-io • 0.3.34The `AsyncRead`, `AsyncWrite`, `AsyncSeek`, and `AsyncBufRead` traits for the futures-rs library. INDIRECT0
futures-sink • 0.3.34The asynchronous `Sink` trait for the futures-rs library. INDIRECT0
futures-task • 0.3.34Tools for working with tasks. INDIRECT0
futures-util • 0.3.34Common utilities and extension traits for the futures-rs library. INDIRECT8
futures • 0.3.34An implementation of futures and streams featuring zero allocations, composability, and iterator-like interfaces. DIRECT9
libc • 0.2.189Raw FFI bindings to platform libraries like libc.INDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. DIRECT0
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
rayon-core • 1.13.0Core APIs for RayonINDIRECT3
rayon • 1.12.0Simple work-stealing parallelism for RustDIRECT5
shlex • 2.0.1Split a string into shell words, like Python's shlex.INDIRECT0
syn • 3.0.6Parser for Rust source codeINDIRECT2
MIT5
PackageRelationDependenciesPublished
bytes • 1.12.1Types and traits for working with bytesDIRECT0
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
tokio-macros • 2.7.2Tokio's proc macros. INDIRECT4
tokio-util • 0.7.19Additional utilities for working with Tokio. DIRECT11
tokio • 1.53.1An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT7
Apache-2.02
PackageRelationDependenciesPublished
libdeflate-sys • 1.26.1Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data. INDIRECT3
libdeflater • 1.26.1Bindings to libdeflate for DEFLATE (de)compression exposed as non-streaming buffer operations. Contains bindings for raw deflate, zlib, and gzip data. DIRECT4
Zlib1
PackageRelationDependenciesPublished
zlib-rs • 0.6.8A memory-safe zlib implementation written in rustDIRECT0
MIT OR Unlicense1
PackageRelationDependenciesPublished
memchr • 2.8.3Provides 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.26Determine 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.49.0 version:

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