licenses.dev

azalea-physics v0.4.0

Physics for Minecraft entities.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT35
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceINDIRECT14
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.11.1A macro to generate structures which behave like bitflags. INDIRECT0
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
enum-as-inner • 0.5.1A proc-macro for deriving inner field accessor functions on enums. INDIRECT5
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
heck • 0.4.1heck is a case conversion library.INDIRECT0
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
libc • 0.2.186Raw FFI bindings to platform libraries like libc.INDIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.29A lightweight logging facade for Rust INDIRECT0
nohash-hasher • 0.2.0An implementation of `std::hash::Hasher` which does not hash at all.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.DIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.DIRECT9
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
scopeguard • 1.2.0A RAII scope guard that will run a given closure when it goes out of scope, even if the code between panics (assuming unwinding panic). Defines the macros `defer!`, `defer_on_unwind!`, `defer_on_success!` as shorthands for guards with one of the implemented strategies. INDIRECT0
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
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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
MIT17
PackageRelationDependenciesPublished
azalea-block-macros • 0.4.0Proc macros used by azalea-block.INDIRECT4
azalea-block • 0.4.0Representation of Minecraft block states.DIRECT28
azalea-buf-macros • 0.4.0#[derive(AzBuf)]INDIRECT4
azalea-buf • 0.4.0Serialize and deserialize buffers from Minecraft.INDIRECT26
azalea-chat • 0.4.0Parse Minecraft chat messages.INDIRECT29
azalea-core • 0.4.0Miscellaneous things in Azalea.DIRECT48
azalea-language • 0.4.0Translate Minecraft strings from their id.INDIRECT11
azalea-nbt • 0.4.0A fast NBT serializer and deserializer.INDIRECT45
azalea-registry-macros • 0.4.0Macros internally used in azalea-registry.INDIRECT4
azalea-registry • 0.4.0Use Minecraft's registries.INDIRECT28
azalea-world • 0.4.0The Minecraft world representation used in Azalea.DIRECT63
bytes • 1.11.1Types and traits for working with bytesINDIRECT0
mio • 1.2.0Lightweight non-blocking I/O.INDIRECT4
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
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
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.4.0 version:

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