licenses.dev

sputnikvm v0.7.8

SputnikVM - a Portable Blockchain Virtual Machine

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
arrayvec • 0.3.25A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString.INDIRECT2
block-buffer • 0.2.0Buffer type for block processing of dataINDIRECT4
byte-tools • 0.2.0Bytes related utility functionsINDIRECT0
digest • 0.6.1Traits for cryptographic hash functions and message authentication codesDIRECT3
etcommon-rlp • 0.2.5Recursive-length prefix encoding, decoding, and compressionDIRECT4
fake-simd • 0.1.2Crate for mimicking simd crate on stable RustINDIRECT0
gcc • 0.3.55**Deprecated** crate, renamed to `cc` A 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. INDIRECT0
lazy_static • 0.2.11A macro for declaring lazily evaluated statics in Rust.DIRECT0
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
nodrop • 0.1.14A wrapper type to inhibit drop (destructor). ***Deprecated: Use ManuallyDrop or MaybeUninit instead!*** INDIRECT0
odds • 0.2.26Odds and ends — collection miscellania. Extra functionality for slices (`.find()`, `RevSlice`), strings and other things. Things in odds may move to more appropriate crates if we find them. INDIRECT0
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 • 0.3.23Random number generators and other randomness functionality. INDIRECT9
rand • 0.4.6Random number generators and other randomness functionality. INDIRECT8
ripemd160 • 0.6.0Deprecated. Use the ripemd crate isntead.DIRECT6
rustc-serialize • 0.3.25Generic serialization/deserialization support corresponding to the `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. This crate is deprecated in favor of serde. INDIRECT0
sha2 • 0.6.0Pure Rust implementation of the SHA-2 hash function family including SHA-224, SHA-256, SHA-384, and SHA-512. DIRECT7
sha3 • 0.6.0Pure Rust implementation of SHA-3, a family of Keccak-based hash functions including the SHAKE family of eXtendable-Output Functions (XOFs), as well as the accelerated variant TurboSHAKE DIRECT6
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
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
Apache-2.07
PackageRelationDependenciesPublished
blockchain • 0.2.0Unopinioned blockchain frameworkINDIRECT0
etcommon-bigint • 0.2.10Big integer (256-bit and 512-bit) implementation for SputnikVM and other Ethereum Classic clients.DIRECT15
etcommon-block-core • 0.1.0Core block and transaction types for Ethereum.DIRECT23
etcommon-block • 0.3.4Block and transaction types for Ethereum.DIRECT33
etcommon-bloom • 0.2.1Log bloom implementation for Ethereum.INDIRECT23
etcommon-hexutil • 0.2.4Hex helper functions.DIRECT0
etcommon-trie • 0.3.11Lightweight Ethereum world state storage.INDIRECT23
MIT2
PackageRelationDependenciesPublished
elastic-array-plus • 0.10.0Elastic vector backed by fixed size arrayINDIRECT0
generic-array • 0.8.4Generic types implementing functionality of arraysINDIRECT2
CC0-1.01
PackageRelationDependenciesPublished
secp256k1-plus • 0.5.7Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities.DIRECT16
MIT OR Unlicense1
PackageRelationDependenciesPublished
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
non-standard1
PackageRelationDependenciesPublished
fuchsia-cprng • 0.1.1Rust crate for the Fuchsia cryptographically secure pseudorandom number generatorINDIRECT0
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/sputnikvm)](https://licenses.dev/cargo/sputnikvm)
<a href="https://licenses.dev/cargo/sputnikvm">
  <img src="https://licenses.dev/b/cargo/sputnikvm" alt="licenses" />
</a>

Or the licenses badge code for the 0.7.8 version:

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