licenses.dev

nix v0.31.2

Rust friendly bindings to *nix APIs

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT27
PackageRelationDependenciesPublished
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.11.1A macro to generate structures which behave like bitflags. DIRECT0
caps • 0.5.6A pure-Rust library to work with Linux capabilitiesDIRECT1
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. DIRECT0
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
fastrand • 2.4.1A simple and fast random number generatorINDIRECT0
getrandom • 0.3.4A small cross-platform library for retrieving random data from system sourceINDIRECT5
libc • 0.2.186Raw FFI bindings to platform libraries like libc.DIRECT0
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
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-utils • 0.1.0Utilities for pinning DIRECT0
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
rand_core • 0.9.5Core random number generation traits and tools for implementation.INDIRECT0
rand • 0.9.4Random number generators and other randomness functionality. DIRECT1
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
semver • 1.0.28Parser and evaluator for Cargo's flavor of Semantic VersioningDIRECT0
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 2.0.117Parser for Rust source codeINDIRECT2
tempfile • 3.27.0A library for managing temporary files and directories.DIRECT14
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)INDIRECT5
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT5
PackageRelationDependenciesPublished
assert-impl • 0.1.3Macro for static assert types implement a trait or notDIRECT0
cfg_aliases • 0.2.1A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks.DIRECT0
memoffset • 0.9.1offset_of functionality for Rust structs.DIRECT1
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
sysctl • 0.4.6Simplified interface to libc::sysctlDIRECT14
MIT OR Unlicense4
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
same-file • 1.0.6A simple crate for determining whether two file paths point to the same file. INDIRECT3
walkdir • 2.5.0Recursively walk a directory.INDIRECT4
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception4
PackageRelationDependenciesPublished
linux-raw-sys • 0.12.1Generated bindings for Linux's userspace APIINDIRECT0
rustix • 1.1.4Safe Rust bindings to POSIX/Unix/Linux/Winsock-like syscallsINDIRECT6
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
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/nix)](https://licenses.dev/cargo/nix)
<a href="https://licenses.dev/cargo/nix">
  <img src="https://licenses.dev/b/cargo/nix" alt="licenses" />
</a>

Or the licenses badge code for the 0.31.2 version:

[![licenses](https://licenses.dev/b/cargo/nix/0.31.2)](https://licenses.dev/cargo/nix/0.31.2)
<a href="https://licenses.dev/cargo/nix/0.31.2">
  <img src="https://licenses.dev/b/cargo/nix/0.31.2" alt="licenses" />
</a>
GitHub