licenses.dev

tracing-attributes v0.1.31

Procedural macro attributes for automatically instrumenting functions.

Published on

WARNING This version was recently published. We are still processing its data. Please revisit later.

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

Apache-2.0 OR MIT25
PackageRelationDependenciesPublished
async-trait • 0.1.89Type erasure for async trait methodsDIRECT4
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
futures-core • 0.3.31The core traits and types in for the `futures` library. INDIRECT0
glob • 0.3.3Support for matching file paths against Unix shell style patterns. INDIRECT0
itoa • 1.0.15Fast integer primitive to string conversionINDIRECT0
once_cell • 1.21.3Single assignment cells and lazy values.INDIRECT0
pin-project-lite • 0.2.16A lightweight version of pin-project written with declarative macros. INDIRECT0
proc-macro2 • 1.0.103A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.DIRECT1
quote • 1.0.42Quasi-quoting macro quote!(...)DIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex-syntax • 0.7.5A regular expression parser.INDIRECT0
regex • 1.8.4An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT1
rustversion • 1.0.22Conditional compilation according to rustc compiler versionDIRECT0
serde_derive • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde_spanned • 0.6.9Serde-compatible spanned ValueINDIRECT6
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
syn • 2.0.56Parser for Rust source codeDIRECT3
target-triple • 0.1.4TARGET and HOST triplesINDIRECT0
thread_local • 1.1.9Per-object thread-local storageINDIRECT1
toml_datetime • 0.6.11A TOML-compatible datetime typeINDIRECT6
toml • 0.8.23A 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. INDIRECT8
trybuild • 1.0.105Test harness for ui tests of compiler diagnosticsDIRECT19
windows-link • 0.2.1Linking for WindowsINDIRECT0
windows-sys • 0.61.2Rust for WindowsINDIRECT1
MIT10
PackageRelationDependenciesPublished
async-stream-impl • 0.3.6proc macros for async-stream crateINDIRECT4
async-stream • 0.3.6Asynchronous streams using async & await notationINDIRECT7
bytes • 1.11.0Types and traits for working with bytesINDIRECT0
matchers • 0.1.0Regex matching on character and byte streams. INDIRECT2
tokio-stream • 0.1.17Utilities to work with `Stream` and `tokio`. INDIRECT3
tokio-test • 0.4.4Testing utilities for Tokio- and futures-based code DIRECT11
tokio • 1.48.0An event-driven, non-blocking I/O platform for writing asynchronous I/O backed applications. INDIRECT1
tracing-core • 0.1.35Core primitives for application-level tracing. INDIRECT1
tracing-subscriber • 0.3.19Utilities for implementing and composing `tracing` subscribers. DIRECT41
tracing • 0.1.42Application-level tracing for Rust. DIRECT41
MIT OR Unlicense4
PackageRelationDependenciesPublished
memchr • 2.7.6Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
regex-automata • 0.1.10Automata construction and matching using regular expressions.INDIRECT1
termcolor • 1.4.1A simple cross platform library for writing colored text to a terminal. INDIRECT3
winapi-util • 0.1.11A dumping ground for high level safe wrappers over windows-sys.INDIRECT2
Unicode-3.0 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.22Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Apache-2.0 OR BSL-1.01
PackageRelationDependenciesPublished
ryu • 1.0.20Fast floating point to string conversionINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 0.1.31 version:

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