licenses.dev

rust-gpu-tools v0.7.2

Rust OpenCL tools

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT44
PackageRelationDependenciesPublished
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitflags • 2.6.0A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
cfg-if • 1.0.0A 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
cpufeatures • 0.2.16Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS INDIRECT1
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
cuda-config • 0.1.0Helper crate for finding CUDA librariesINDIRECT1
cuda-driver-sys • 0.3.0Rust binding to CUDA Driver APIsINDIRECT2
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
fil-rustacuda • 0.1.4CUDA Driver API WrapperDIRECT10
glob • 0.3.1Support for matching file paths against Unix shell style patterns. INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
home • 0.5.11Shared definitions of home directories.DIRECT10
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
lock_api • 0.4.12Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT2
log • 0.4.22A lightweight logging facade for Rust DIRECT0
once_cell • 1.20.2Single assignment cells and lazy values.DIRECT0
parking_lot_core • 0.9.10An advanced API for creating custom synchronization primitives.INDIRECT14
parking_lot • 0.12.3More compact and efficient implementations of the standard synchronization primitives.INDIRECT18
proc-macro2 • 1.0.92A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
rustacuda_core • 0.1.2Minimal kernel-support crate for RustacudaINDIRECT0
rustacuda_derive • 0.1.2Custom Derive Macro for RustaCUDAINDIRECT4
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
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT9
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.91Parser for Rust source codeINDIRECT2
temp-env • 0.3.6Set environment variables temporarily.DIRECT19
thiserror-impl • 1.0.69Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.69derive(Error)DIRECT5
typenum • 1.17.0Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete.INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
Apache-2.03
PackageRelationDependenciesPublished
cl3 • 0.9.5A Rust implementation of the Khronos OpenCL 3.0 API and extensions.INDIRECT8
opencl-sys • 0.2.9OpenCL C FFI bindings for the Rust programming language.INDIRECT1
opencl3 • 0.9.5A Rust implementation of the Khronos OpenCL 3.0 API and extensions.DIRECT9
MIT2
PackageRelationDependenciesPublished
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.14Determine 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/rust-gpu-tools)](https://licenses.dev/cargo/rust-gpu-tools)
<a href="https://licenses.dev/cargo/rust-gpu-tools">
  <img src="https://licenses.dev/b/cargo/rust-gpu-tools" alt="licenses" />
</a>

Or the licenses badge code for the 0.7.2 version:

[![licenses](https://licenses.dev/b/cargo/rust-gpu-tools/0.7.2)](https://licenses.dev/cargo/rust-gpu-tools/0.7.2)
<a href="https://licenses.dev/cargo/rust-gpu-tools/0.7.2">
  <img src="https://licenses.dev/b/cargo/rust-gpu-tools/0.7.2" alt="licenses" />
</a>
GitHub