licenses.dev

azalea-core v0.4.0

Miscellaneous things in Azalea.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT26
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT14
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
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
flate2 • 1.1.9DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. INDIRECT3
getrandom • 0.3.4A small cross-platform library for retrieving random data from system sourceINDIRECT5
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
libc • 0.2.186Raw FFI bindings to platform libraries like libc.INDIRECT0
log • 0.4.29A lightweight logging facade for Rust INDIRECT0
num-derive • 0.3.3Numeric syntax extensionsINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.45Quasi-quoting macro quote!(...)INDIRECT2
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkINDIRECT5
socket2 • 0.6.3Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT3
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.117Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
uuid • 1.23.1A library to generate and parse UUIDs.DIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT10
PackageRelationDependenciesPublished
azalea-buf-macros • 0.4.0#[derive(AzBuf)]INDIRECT4
azalea-buf • 0.4.0Serialize and deserialize buffers from Minecraft.DIRECT26
azalea-chat • 0.4.0Parse Minecraft chat messages.DIRECT29
azalea-language • 0.4.0Translate Minecraft strings from their id.INDIRECT11
azalea-nbt • 0.4.0A fast NBT serializer and deserializer.DIRECT45
bytes • 1.11.1Types and traits for working with bytesINDIRECT0
mio • 1.2.0Lightweight non-blocking I/O.INDIRECT4
simd-adler32 • 0.3.9A SIMD-accelerated Adler-32 hash algorithm implementation.INDIRECT0
tokio-macros • 2.7.0Tokio's proc macros. INDIRECT4
tokio • 1.52.3An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT13
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
PackageRelationDependenciesPublished
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
wasip2 • 1.0.3+wasi-0.2.9WASIp2 API bindings for RustINDIRECT1
wit-bindgen • 0.57.1Rust bindings generator and runtime support for WIT and the component model. Used when compiling Rust programs to the component model. INDIRECT0
MIT OR Unlicense2
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.8.0Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.48Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.48Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.9DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT2
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.23Fast floating point to string conversionINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Apache-2.0 OR LGPL-2.1-or-later OR MIT1
PackageRelationDependenciesPublished
r-efi • 5.3.0UEFI Reference Specification Protocol Constants and DefinitionsINDIRECT0
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.24Determine 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/azalea-core)](https://licenses.dev/cargo/azalea-core)
<a href="https://licenses.dev/cargo/azalea-core">
  <img src="https://licenses.dev/b/cargo/azalea-core" alt="licenses" />
</a>

Or the licenses badge code for the 0.4.0 version:

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