licenses.dev

serial_test v3.5.0

Allows for the creation of serialised Rust tests

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT28
PackageRelationDependenciesPublished
bitflags • 2.13.1A macro to generate structures which behave like bitflags. INDIRECT0
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
document-features • 0.2.12Extract documentation for the feature flags from comments in Cargo.tomlDIRECT1
either • 1.17.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
env_filter • 1.0.1Filter log events using environment variables INDIRECT1
env_logger • 0.11.10A logging implementation for `log` which is configured via an environment variable. DIRECT2
futures-core • 0.3.33The core traits and types in for the `futures` library. INDIRECT0
futures-executor • 0.3.33Executors for asynchronous tasks based on the futures-rs library. DIRECT5
futures-task • 0.3.33Tools for working with tasks. INDIRECT0
futures-util • 0.3.33Common utilities and extension traits for the futures-rs library. DIRECT4
itertools • 0.15.0Extra iterator adaptors, iterator methods, free functions, and macros.DIRECT1
libc • 0.2.189Raw 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
lock_api • 0.4.14Wrappers to create fully-featured Mutex and RwLock types. Compatible with no_std.INDIRECT1
log • 0.4.33A lightweight logging facade for Rust DIRECT0
once_cell • 1.21.4Single assignment cells and lazy values.DIRECT0
parking_lot_core • 0.9.12An advanced API for creating custom synchronization primitives.INDIRECT6
parking_lot • 0.12.5More compact and efficient implementations of the standard synchronization primitives.DIRECT9
pin-project-lite • 0.2.17A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.107A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.47Quasi-quoting macro quote!(...)INDIRECT2
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
smallvec • 1.15.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
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-link • 0.2.1Linking for WindowsINDIRECT0
MIT4
PackageRelationDependenciesPublished
fslock • 0.2.1A library to use files as locksDIRECT4
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
serial_test_derive • 3.5.0Helper crate for serial_testDIRECT4
slab • 0.4.12Pre-allocated storage for a uniform data typeINDIRECT0
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 3.5.0 version:

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