licenses.dev

sapio-tools v0.2.0

Code for functionality required to create sapio contracts, but does not need to be depended on by the compiler internals (e.g., trait objects)

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT57
PackageRelationDependenciesPublished
addr2line • 0.20.0A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
async-trait • 0.1.83Type erasure for async trait methodsINDIRECT4
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
base64-compat • 1.0.0encodes and decodes base64 as bytes or utf8 - compatible with older Rust versionsINDIRECT1
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
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
dyn-clone • 1.0.17Clone trait that is object-safeINDIRECT0
gimli • 0.27.3A library for reading and writing the DWARF debugging format.INDIRECT0
hex • 0.3.2Encoding and decoding data into/from hexadecimal representation.INDIRECT0
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
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 INDIRECT0
object • 0.31.1A unified interface for reading and writing object file formats.INDIRECT1
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
pin-project-lite • 0.2.15A lightweight version of pin-project written with declarative macros. INDIRECT0
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.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.6.5Random number generators and other randomness functionality. INDIRECT19
rustc-demangle • 0.1.24Rust compiler symbol demangling. INDIRECT0
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
serde_derive_internals • 0.29.1AST representation used by Serde derive macros. Unstable.INDIRECT4
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]DIRECT4
serde_json • 1.0.133A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
shlex • 1.3.0Split a string into shell words, like Python's shlex.INDIRECT0
signal-hook-registry • 1.4.2Backend crate for signal-hookINDIRECT1
smallvec • 1.13.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
socket2 • 0.5.8Utilities for handling networking sockets with a maximal amount of configuration possible intended. INDIRECT11
syn • 2.0.56Parser for Rust source codeINDIRECT3
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-sys • 0.52.0Rust for WindowsINDIRECT9
windows-targets • 0.52.6Import libs for WindowsINDIRECT8
CC0-1.013
PackageRelationDependenciesPublished
bitcoin_hashes • 0.10.0Hash functions used by the rust-bitcoin eccosystemINDIRECT14
bitcoin_hashes • 0.9.7Hash functions used by the rust-bitcoin eccosystemINDIRECT14
bitcoincore-rpc-async • 3.0.1RPC client library for the Bitcoin Core JSON-RPC API.DIRECT81
bitcoincore-rpc-json-async • 3.0.1JSON-enabled type structs for bitcoincore-rpc crate.INDIRECT42
jsonrpc-async • 2.0.2Rust support for the JSON-RPC 2.0 protocolINDIRECT50
sapio-bitcoin • 0.26.0General purpose library for using and interoperating with Bitcoin and other cryptocurrencies, with extensions for Sapio.DIRECT40
sapio-bitcoin • 0.28.2General purpose library for using and interoperating with Bitcoin and other cryptocurrencies, with extensions for Sapio.INDIRECT20
sapio-miniscript • 5.1.1Miniscript: a subset of Bitcoin Script designed for analysis, Sapio extended edition (supports BIP-119 OP_CTV)DIRECT41
sapio-miniscript • 7.0.1Miniscript: a subset of Bitcoin Script designed for analysis, Sapio extended edition (supports BIP-119 OP_CTV)INDIRECT21
sapio-secp256k1-sys • 0.9.2FFI for Pieter Wuille's `libsecp256k1` library.INDIRECT2
sapio-secp256k1 • 0.20.1Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities. Extended edition for Sapio.INDIRECT37
sapio-secp256k1 • 0.28.1Rust wrapper library for Pieter Wuille's `libsecp256k1`. Implements ECDSA and BIP 340 signatures for the SECG elliptic curve group secp256k1 and related utilities. Extended edition for Sapio.INDIRECT17
secp256k1-sys • 0.4.2FFI for Pieter Wuille's `libsecp256k1` library.INDIRECT2
MIT9
PackageRelationDependenciesPublished
bech32 • 0.7.3Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
bech32 • 0.8.1Encodes and decodes the Bech32 format and implements the bech32 and bech32m checksumsINDIRECT0
bytes • 1.9.0Types and traits for working with bytesINDIRECT0
mio • 1.0.3Lightweight non-blocking I/O.INDIRECT12
redox_syscall • 0.5.8A Rust library to access raw Redox system callsINDIRECT1
schemars_derive • 0.8.21Macros for #[derive(JsonSchema)], for use with schemarsINDIRECT5
schemars • 0.8.21Generate JSON Schemas from Rust codeDIRECT13
tokio-macros • 2.4.0Tokio's proc macros. INDIRECT4
tokio • 1.42.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. DIRECT41
MIT OR Unlicense2
PackageRelationDependenciesPublished
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
MPL-2.01
PackageRelationDependenciesPublished
sapio-base • 0.2.4Sapio Base functionalities and trait definitions.DIRECT22
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.7.4DEFLATE compression and decompression library rewritten in Rust based on minizINDIRECT1
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.11.0+wasi-snapshot-preview1Experimental WASI API bindings for RustINDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler • 1.0.2A simple clean-room implementation of the Adler-32 checksumINDIRECT0
BSD-2-Clause1
PackageRelationDependenciesPublished
cloudabi • 0.0.3Low level interface to CloudABI. Contains all syscalls and related types.INDIRECT1
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/sapio-tools)](https://licenses.dev/cargo/sapio-tools)
<a href="https://licenses.dev/cargo/sapio-tools">
  <img src="https://licenses.dev/b/cargo/sapio-tools" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.0 version:

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