licenses.dev

rhai v1.21.0

Embedded scripting for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT53
PackageRelationDependenciesPublished
ahash • 0.8.12A non-cryptographic hash function using AES-NI for high performanceDIRECT17
arbitrary • 1.4.2The trait for generating structured data from unstructured dataDIRECT5
arrayvec • 0.7.6A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 1.5.0Automatic cfg for Rust compiler featuresINDIRECT0
bitflags • 2.11.0A macro to generate structures which behave like bitflags. DIRECT0
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
const-random-macro • 0.1.16Provides the procedural macro used by const-randomINDIRECT8
const-random • 0.1.18Provides compile time random number generation.INDIRECT9
core-error • 0.0.0std::error::Error for libcoreDIRECT1
derive_arbitrary • 1.4.2Derives arbitrary traitsINDIRECT4
document-features • 0.2.12Extract documentation for the feature flags from comments in Cargo.tomlDIRECT1
errno • 0.3.14Cross-platform interface to the `errno` variable.INDIRECT3
fd-lock • 4.0.4Advisory cross-platform lock on a file using a file descriptor to it.INDIRECT18
getrandom • 0.2.17A small cross-platform library for retrieving random data from system sourceDIRECT3
hashbrown • 0.15.5A Rust port of Google's SwissTable hash mapDIRECT0
home • 0.5.12Shared definitions of home directories.INDIRECT2
itoa • 1.0.17Fast integer primitive to string conversionINDIRECT0
libc • 0.2.183Raw FFI bindings to platform libraries like libc.INDIRECT0
litrs • 1.0.0Parse and inspect Rust literals (i.e. tokens in the Rust programming language representing fixed values). Particularly useful for proc macros, but can also be used outside of a proc-macro context. INDIRECT0
log • 0.4.29A lightweight logging facade for Rust INDIRECT0
num-traits • 0.2.19Numeric traits for generic mathematicsDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT1
portable-atomic • 1.13.1Portable atomic types including support for 128-bit atomics, atomic float, etc. 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
rhai_codegen • 2.2.0Procedural macros support package for Rhai, a scripting language and engine for RustDIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
smallvec • 1.15.1'Small vector' optimization: store up to a small number of items on the stackDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 2.0.56Parser for Rust source codeINDIRECT3
thin-vec • 0.2.14A vec that takes up less space on the stackDIRECT0
unicode-segmentation • 1.12.0This crate provides Grapheme Cluster, Word and Sentence boundaries according to Unicode Standard Annex #29 rules. INDIRECT0
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. DIRECT0
utf8parse • 0.2.2Table-driven UTF-8 parserINDIRECT0
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.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-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.59.0Rust for WindowsINDIRECT9
windows-sys • 0.61.2Rust for WindowsINDIRECT1
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
MIT11
PackageRelationDependenciesPublished
crunchy • 0.2.4Crunchy unroller: deterministically unroll constant loopsINDIRECT0
endian-type • 0.1.2Type safe wrappers for types with a defined byte orderINDIRECT0
libm • 0.2.16libm in pure RustDIRECT0
nibble_vec • 0.1.0Vector data-structure for half-byte values.INDIRECT1
nix • 0.27.1Rust friendly bindings to *nix APIsINDIRECT3
no-std-compat • 0.4.1A `#![no_std]` compatibility layer that will make porting your crate to no_std *easy*.DIRECT0
radix_trie • 0.2.1Generic radix trie data-structure.INDIRECT3
rmp-serde • 1.3.0Serde support for MessagePackDIRECT10
rmp • 0.8.15Pure Rust MessagePack serialization implementationINDIRECT2
rust_decimal • 1.40.0Decimal number implementation written in pure Rust suitable for financial and fixed-precision calculations.DIRECT3
rustyline • 13.0.0Rustyline, a readline implementation based on Antirez's LinenoiseDIRECT35
Apache-2.0 OR MIT OR Apache-2.0 WITH LLVM-exception3
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
wasi • 0.11.1+wasi-snapshot-preview1WASI API bindings for RustINDIRECT0
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
BSL-1.02
PackageRelationDependenciesPublished
clipboard-win • 5.4.1Provides simple way to interact with Windows clipboard.INDIRECT1
error-code • 3.3.2Error codeINDIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.8.42Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.8.42Zerocopy makes zero-cost memory manipulation effortless. We write "unsafe" so you don't have to.INDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
instant • 0.1.13Unmaintained, consider using web-time instead - A partial replacement for std::time::Instant that works on WASM to.DIRECT1
MPL-2.0+1
PackageRelationDependenciesPublished
smartstring • 1.0.1Compact inlined stringsDIRECT3
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
CC0-1.01
PackageRelationDependenciesPublished
tiny-keccak • 2.0.2An implementation of Keccak derived functions.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.21.0 version:

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