licenses.dev

pallet-balances v2.0.1

FRAME pallet to manage balances

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT75
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
arrayvec • 0.4.12A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT1
arrayvec • 0.5.2A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT0
autocfg • 0.1.8Automatic cfg for Rust compiler featuresINDIRECT1
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
backtrace • 0.3.68A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT11
bitflags • 1.3.2A macro to generate structures which behave like bitflags. INDIRECT0
bitmask • 0.5.0A bitmask generator for enum scoped bit flags.INDIRECT0
blake2-rfc • 0.2.18A pure Rust implementation of BLAKE2 based on RFC 7693.INDIRECT3
cc • 1.1.31A 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 • 0.1.10A 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
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
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
failure_derive • 0.1.8derives for the failure crateINDIRECT6
failure • 0.1.8Experimental error handling abstraction.INDIRECT19
fixed-hash • 0.6.1Macros to define custom fixed-size hash typesINDIRECT1
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
impl-codec • 0.4.2Parity Codec serialization support for uint and fixed hash.INDIRECT13
impl-trait-for-tuples • 0.1.3Attribute macro to implement a trait for tuples INDIRECT4
integer-sqrt • 0.1.5An implementation of integer square root algorithm for primitive rust typesINDIRECT3
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.161Raw FFI bindings to platform libraries like libc. INDIRECT0
libm • 0.2.8libm in pure RustINDIRECT0
log • 0.4.22A lightweight logging facade for Rust INDIRECT0
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
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
num-complex • 0.2.4Complex numbers implementation for RustINDIRECT3
num-rational • 0.2.4Rational numbers implementation for RustINDIRECT4
num-traits • 0.2.19Numeric traits for generic mathematicsINDIRECT2
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
parity-util-mem • 0.7.0Collection of memory related utilitiesINDIRECT29
paste-impl • 0.1.18Implementation detail of the `paste` crateINDIRECT1
paste • 0.1.18Macros for all your token pasting needsINDIRECT2
pin-project-lite • 0.2.14A lightweight version of pin-project written with declarative macros. INDIRECT0
primitive-types • 0.7.3Primitive types shared by Ethereum and SubstrateINDIRECT20
proc-macro-crate • 0.1.5Replacement for crate (macro_rules keyword) in proc-macros INDIRECT7
proc-macro-hack • 0.5.20+deprecatedProcedural macros in expression positionINDIRECT0
proc-macro2 • 1.0.89A 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.1.1ChaCha random number generator INDIRECT4
rand_core • 0.3.1Core random number generator traits and tools for implementation. INDIRECT1
rand_core • 0.4.2Core random number generator traits and tools for implementation. INDIRECT0
rand_hc • 0.1.0HC128 random number generator INDIRECT2
rand_isaac • 0.1.1ISAAC random number generator INDIRECT2
rand_jitter • 0.1.4Random number generator based on timing jitterINDIRECT5
rand_os • 0.1.3OS backed Random Number GeneratorINDIRECT10
rand_pcg • 0.1.2Selected PCG random number generators INDIRECT3
rand_xorshift • 0.1.1Xorshift random number generator INDIRECT2
rand • 0.5.6Random number generators and other randomness functionality. INDIRECT9
rand • 0.6.5Random number generators and other randomness functionality. INDIRECT19
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
ref-cast-impl • 1.0.23Derive implementation for ref_cast::RefCast.INDIRECT4
ref-cast • 1.0.23Safely cast &T to &U where the struct U contains a single field of type T.INDIRECT5
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
rustc_version • 0.4.1A library for querying the version of a installed rustc compilerINDIRECT1
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
rustc-hex • 2.1.0rustc-serialize compatible hex conversion traits INDIRECT0
secrecy • 0.6.0Wrapper types and traits for secret management which help ensure they aren't accidentally copied, logged, or otherwise exposed (as much as possible), and also ensure secrets are securely wiped from memory when dropped. INDIRECT1
semver • 1.0.23Parser and evaluator for Cargo's flavor of Semantic VersioningINDIRECT0
serde_derive • 1.0.195Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde • 1.0.195A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
static_assertions • 1.1.0Compile-time assertions to ensure that invariants are met.INDIRECT0
syn • 1.0.109Parser for Rust source codeINDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
toml • 0.5.11A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. INDIRECT6
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
uint • 0.8.5Large fixed-size integer arithmeticINDIRECT4
unicode-xid • 0.2.6Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. 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
zeroize • 1.8.1Securely clear secrets from memory with a simple trait built on stable Rust primitives which guarantee memory is zeroed using an operation will not be 'optimized away' by the compiler. Uses a portable pure Rust implementation that works everywhere, even WASM! INDIRECT0
Apache-2.029
PackageRelationDependenciesPublished
alga • 0.9.3Abstract algebra for RustINDIRECT5
approx • 0.3.2Approximate floating point equality comparisons and assertions.INDIRECT3
frame-benchmarking • 2.0.1Macro for benchmarking a FRAME runtime.DIRECT127
frame-metadata • 12.0.1Metadata types for Substrate runtimesINDIRECT61
frame-support-procedural-tools-derive • 2.0.1Use to derive parsing for parsing struct.INDIRECT4
frame-support-procedural-tools • 2.0.1Proc macro helpers for procedural macrosINDIRECT10
frame-support-procedural • 2.0.1Proc macro of Support code for the runtime.INDIRECT11
frame-support • 2.0.1Support code for the runtime.DIRECT77
frame-system • 2.0.1FRAME system moduleDIRECT79
hash-db • 0.15.2Trait for hash-keyed databases.INDIRECT0
hash256-std-hasher • 0.15.2Standard library hasher for 256-bit prehashed keys.INDIRECT1
parity-scale-codec-derive • 1.2.3Serialization and deserialization derive macro for Parity SCALE CodecINDIRECT9
parity-scale-codec • 1.3.7SCALE - Simple Concatenating Aggregated Little EndiansDIRECT12
sp-api-proc-macro • 2.0.1Macros for declaring and implementing runtime apis.INDIRECT13
sp-api • 2.0.1Substrate runtime api primitivesINDIRECT77
sp-application-crypto • 2.0.1Provides facilities for generating application specific crypto wrapper types.INDIRECT62
sp-arithmetic • 2.0.1Minimal fixed point arithmetic primitives and types for runtime.INDIRECT19
sp-core • 2.0.1Shareable Substrate types.INDIRECT60
sp-debug-derive • 2.0.1Macros to derive runtime debug implementation.INDIRECT4
sp-inherents • 2.0.1Provides types and traits for creating and checking inherents.INDIRECT61
sp-io • 2.0.1I/O for Substrate runtimesINDIRECT61
sp-runtime-interface-proc-macro • 2.0.1This crate provides procedural macros for usage within the context of the Substrate runtime interface.INDIRECT15
sp-runtime-interface • 2.0.1Substrate runtime interfaceINDIRECT39
sp-runtime • 2.0.1Runtime Modules shared primitive types.DIRECT70
sp-std • 2.0.1Lowest-abstraction level for the Substrate runtime: just exports useful primitives from std or client/alloc to be used with any code that depends on the runtime.DIRECT0
sp-storage • 2.0.1Storage related primitivesINDIRECT17
sp-tracing • 2.0.1Instrumentation primitives and macros for Substrate.INDIRECT17
sp-version • 2.0.1Version module for the Substrate runtime; Provides a function that returns the runtime version.INDIRECT71
sp-wasm-interface • 2.0.1Types and traits for interfacing between the host and the wasm runtime.INDIRECT15
MIT11
PackageRelationDependenciesPublished
byte-slice-cast • 0.3.5Safely cast bytes slices from/to slices of built-in fundamental numeric typesINDIRECT0
convert_case • 0.4.0Convert strings into any caseINDIRECT0
crunchy • 0.2.2Crunchy unroller: deterministically unroll constant loopsINDIRECT0
derive_more • 0.99.18Adds #[derive(x)] macros for more traitsINDIRECT7
generic-array • 0.12.4Generic types implementing functionality of arraysINDIRECT1
linregress • 0.1.7ordinary least squared linear regression with some basic statisticsINDIRECT53
parity-util-mem-derive • 0.1.0Crate for memory reportingINDIRECT6
statrs • 0.10.0Statistical computing library for RustINDIRECT10
synstructure • 0.12.6Helper methods and macros for custom derivesINDIRECT5
tracing-core • 0.1.32Core primitives for application-level tracing. INDIRECT0
tracing • 0.1.40Application-level tracing for Rust. INDIRECT2
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
BSD-2-Clause2
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
Inflector • 0.11.4Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types. INDIRECT5
BSD-3-Clause1
PackageRelationDependenciesPublished
nalgebra • 0.18.1General-purpose linear algebra library with transformations and statically-sized or dynamically-sized matrices.INDIRECT31
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
constant_time_eq • 0.1.5Compares two equal-sized byte strings in constant time.INDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
unknown1
PackageRelationDependenciesPublished
num-integer • 0.1.46Integer traits and functionsINDIRECT3
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
ISC1
PackageRelationDependenciesPublished
rdrand • 0.4.0An implementation of random number generator based on rdrand and rdseed instructionsINDIRECT2
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 2.0.1 version:

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