licenses.dev

tracing-bunyan-formatter v0.3.10

A Bunyan formatter for the tracing crate

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT24
PackageRelationDependenciesPublished
ahash • 0.8.11A non-cryptographic hash function using AES-NI for high performanceDIRECT12
autocfg • 1.4.0Automatic cfg for Rust compiler featuresINDIRECT0
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
claims • 0.6.0Assertion macrosDIRECT1
getrandom • 0.2.15A small cross-platform library for retrieving random data from system sourceINDIRECT3
itoa • 1.0.14Fast integer primitive to string conversionINDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.DIRECT0
libc • 0.2.169Raw FFI bindings to platform libraries like libc. INDIRECT0
log • 0.4.22A lightweight logging facade for Rust DIRECT0
num_threads • 0.1.7A minimal library that determines the number of running threads for the current process.INDIRECT1
once_cell • 1.20.2Single assignment cells and lazy values.INDIRECT0
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
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.134A JSON serialization file formatDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkDIRECT5
syn • 2.0.56Parser for Rust source codeINDIRECT3
thread_local • 1.1.8Per-object thread-local storageINDIRECT2
time • 0.3.15Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].DIRECT3
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
MIT8
PackageRelationDependenciesPublished
sharded-slab • 0.1.7A lock-free concurrent slab. INDIRECT1
tracing-attributes • 0.1.28Procedural macro attributes for automatically instrumenting functions. INDIRECT4
tracing-core • 0.1.33Core primitives for application-level tracing. DIRECT1
tracing-log • 0.1.4Provides compatibility between `tracing` and the `log` crate. DIRECT3
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. DIRECT6
tracing • 0.1.41Application-level tracing for Rust. DIRECT9
valuable-serde • 0.1.0`serde::Serialize` implementation for `Valuable` types.DIRECT7
valuable • 0.1.0Object-safe value inspection, used to pass un-typed structured data across trait-object boundaries. DIRECT0
Apache-2.0 OR BSD-2-Clause OR MIT2
PackageRelationDependenciesPublished
zerocopy-derive • 0.7.35Custom derive for traits from the zerocopy crateINDIRECT4
zerocopy • 0.7.35Utilities for zero-copy parsing and serializationINDIRECT5
Apache-2.01
PackageRelationDependenciesPublished
gethostname • 0.2.3gethostname for all platformsDIRECT4
MIT OR Unlicense1
PackageRelationDependenciesPublished
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
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.18Fast floating point to string conversionINDIRECT0
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
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
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.3.10 version:

[![licenses](https://licenses.dev/b/cargo/tracing-bunyan-formatter/0.3.10)](https://licenses.dev/cargo/tracing-bunyan-formatter/0.3.10)
<a href="https://licenses.dev/cargo/tracing-bunyan-formatter/0.3.10">
  <img src="https://licenses.dev/b/cargo/tracing-bunyan-formatter/0.3.10" alt="licenses" />
</a>
GitHub