licenses.dev

arctk v0.11.14

Numerical simulations of physical systems

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT104
PackageRelationDependenciesPublished
arctk-attr • 0.2.0Attribute macro support library for the ARCTK crate.DIRECT5
arctk-proc • 0.2.0Procedural macro support library for the ARCTK crate.DIRECT4
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
block-buffer • 0.10.4Buffer type for block processing of dataINDIRECT3
cc • 1.2.5A 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. INDIRECT1
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
crc32fast • 1.4.2Fast, SIMD-accelerated CRC32 (IEEE) checksum computationINDIRECT1
crossbeam-deque • 0.8.6Concurrent work-stealing dequeINDIRECT2
crossbeam-epoch • 0.9.18Epoch-based garbage collectionINDIRECT1
crossbeam-utils • 0.8.21Utilities for concurrent programmingINDIRECT0
crypto-common • 0.1.6Common cryptographic traitsINDIRECT3
deflate • 0.8.6A DEFLATE, zlib and gzip encoder written in Rust. INDIRECT2
digest • 0.10.7Traits for cryptographic hash functions and message authentication codesINDIRECT5
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
encode_unicode • 1.0.0UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
getrandom • 0.1.16A small cross-platform library for retrieving random data from system sourceINDIRECT3
hashbrown • 0.12.3A Rust port of Google's SwissTable hash mapINDIRECT0
hdf5-sys • 0.7.1Native bindings to the HDF5 library.INDIRECT18
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
hermit-abi • 0.4.0Hermit system calls definitions.INDIRECT0
hex • 0.4.3Encoding and decoding data into/from hexadecimal representation.DIRECT0
indexmap • 1.9.3A hash table with consistent order and fast iteration.INDIRECT2
itertools • 0.7.11Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itertools • 0.8.2Extra iterator adaptors, iterator methods, free functions, and macros.INDIRECT1
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.4.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
libz-sys • 1.1.20Low-level bindings to the system libz library (also known as zlib).INDIRECT5
matrixmultiply • 0.1.15General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT1
matrixmultiply • 0.2.4General matrix multiplication for f32 and f64 matrices. Operates on matrices with general layout (they can use arbitrary row and column stride). Detects and uses AVX or SSE2 on x86 platforms transparently for higher performance. Uses a microkernel strategy, so that the implementation is easy to parallelize and optimize. Supports multithreading.INDIRECT1
ndarray-parallel • 0.9.1Parallelization for ndarray using rayon. (Deprecated - use ndarray with rayon directly.) DIRECT14
ndarray-stats • 0.3.0Statistical routines for ArrayBase, the n-dimensional array data structure provided by ndarray.DIRECT37
ndarray • 0.12.1An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.INDIRECT8
ndarray • 0.13.1An n-dimensional array for general elements and for numerics. Lightweight array views and slicing; views support chunking and splitting.DIRECT19
netcdf • 0.5.2High-level NetCDF bindings for RustDIRECT40
num_cpus • 1.13.1Get the number of CPUs on a machine.DIRECT2
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT3
num-complex • 0.3.1Complex numbers implementation for RustINDIRECT9
num-rational • 0.3.2Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
palette_derive • 0.5.0Automatically implement traits from the palette crate.INDIRECT4
palette • 0.5.0Convert and manage colors with a focus on correctness, flexibility and ease of use.DIRECT28
paste • 1.0.15Macros for all your token pasting needsINDIRECT0
pest_derive • 2.1.0pest's derive macroINDIRECT19
pest_generator • 2.1.3pest code generatorINDIRECT18
pest_meta • 2.7.15pest meta language parser and validatorINDIRECT13
pest • 2.7.15The Elegant ParserINDIRECT1
pkg-config • 0.3.31A library to run the pkg-config system tool at build time in order to be used in Cargo build scripts. INDIRECT0
png • 0.16.8PNG decoding and encoding library in pure RustDIRECT7
ppv-lite86 • 0.2.20Implementation of the crypto-simd API for x86INDIRECT7
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
rand_chacha • 0.2.2ChaCha random number generator INDIRECT13
rand_core • 0.5.1Core random number generator traits and tools for implementation. INDIRECT4
rand_distr • 0.3.0Sampling from random number distributions INDIRECT20
rand_hc • 0.2.0HC128 random number generator INDIRECT5
rand_pcg • 0.2.1Selected PCG random number generators INDIRECT5
rand • 0.7.3Random number generators and other randomness functionality. DIRECT16
rawpointer • 0.1.0Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rawpointer • 0.2.1Extra methods for raw pointers and `NonNull<T>`. For example `.post_inc()` and `.pre_dec()` (c.f. `ptr++` and `--ptr`), `offset` and `add` for `NonNull<T>`, and the function `ptrdistance`. INDIRECT0
rayon-core • 1.12.1Core APIs for RayonINDIRECT3
rayon • 1.5.3Simple work-stealing parallelism for RustDIRECT6
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.133A JSON serialization file formatDIRECT9
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
sha2 • 0.10.8Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. INDIRECT9
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
siphasher • 0.3.11SipHash-2-4, SipHash-1-3 and 128-bit variants in pure RustINDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.90Parser for Rust source codeINDIRECT2
terminal_size • 0.1.17Gets the size of your Linux or Windows terminalDIRECT4
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
ucd-trie • 0.1.7A trie for storing Unicode codepoint sets and maps. INDIRECT0
unicode-width • 0.2.0Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
vcpkg • 0.2.15A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. INDIRECT0
version_check • 0.9.5Tiny crate to check the version of the installed/running rustc.INDIRECT0
winapi-i686-pc-windows-gnu • 0.4.0Import libraries for the i686-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi-x86_64-pc-windows-gnu • 0.4.0Import libraries for the x86_64-pc-windows-gnu target. Please don't use this crate directly, depend on winapi instead.INDIRECT0
winapi • 0.3.9Raw FFI bindings for all of Windows API.INDIRECT2
windows_aarch64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_aarch64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_i686_gnu • 0.48.5Import 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.48.5Import lib for WindowsINDIRECT0
windows_i686_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnu • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_gnullvm • 0.52.6Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.48.5Import lib for WindowsINDIRECT0
windows_x86_64_msvc • 0.52.6Import lib for WindowsINDIRECT0
windows-sys • 0.48.0Rust for WindowsINDIRECT8
windows-sys • 0.52.0Rust for WindowsINDIRECT9
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-targets • 0.48.5Import libs for WindowsINDIRECT7
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT14
PackageRelationDependenciesPublished
ansi_rgb • 0.2.0Colorful terminal text using ANSI escape sequencesDIRECT2
console • 0.15.10A terminal and console abstraction for RustINDIRECT14
generic-array • 0.14.7Generic types implementing functionality of arraysINDIRECT2
indicatif • 0.15.0A progress bar and cli reporting library for RustDIRECT21
is-terminal • 0.4.13Test whether a given stream is a terminalINDIRECT12
miniz_oxide • 0.3.7DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
netcdf-sys • 0.3.5FFI bindings to NetCDFINDIRECT23
number_prefix • 0.3.0Library for numeric prefixes (kilo, giga, kibi).INDIRECT0
phf_codegen • 0.8.0Codegen library for PHF typesINDIRECT20
phf_generator • 0.8.0PHF generation logicINDIRECT19
phf_shared • 0.8.0Support code shared by PHF librariesINDIRECT1
phf • 0.8.0Runtime support for perfect hash function data structuresINDIRECT2
rgb • 0.8.50`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation. Allows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects.DIRECT1
winreg • 0.8.0Rust bindings to MS Windows Registry APIINDIRECT9
Apache-2.05
PackageRelationDependenciesPublished
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT3
approx • 0.4.0Approximate floating point equality comparisons and assertions.INDIRECT3
nalgebra • 0.23.2General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.DIRECT34
noisy_float • 0.1.15Contains floating point types that panic if they are set to an illegal value, such as NaNINDIRECT3
simba • 0.3.1SIMD algebra for RustINDIRECT12
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
ISC2
PackageRelationDependenciesPublished
json5 • 0.2.8A Rust JSON5 serializer and deserializer which speaks Serde.DIRECT23
libloading • 0.6.7Bindings around the platform's dynamic library loading primitives with greatly improved memory safety.INDIRECT4
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT6
MPL-2.01
PackageRelationDependenciesPublished
colored • 2.0.4The most simple way to add colors in your terminalDIRECT23
GPL-3.01
PackageRelationDependenciesPublished
physical_constants • 0.3.0CODATA recommended values of physical constantsDIRECT0
Unlicense1
PackageRelationDependenciesPublished
slice-of-array • 0.2.1Extension traits for casting between slices and slices of arrays. (&[T] <-> &[[T; n]])DIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
bytemuck • 1.21.0A crate for mucking around with piles of bytes.INDIRECT0
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Zlib1
PackageRelationDependenciesPublished
adler32 • 1.2.0Minimal Adler32 implementation for Rust.INDIRECT0
MIT AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
libm • 0.2.11libm in pure RustINDIRECT0
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
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception1
PackageRelationDependenciesPublished
wasi • 0.9.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.11.14 version:

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