licenses.dev

kv-log-macro v1.0.7

Log macro for log's kv-unstable backend.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

Apache-2.0 OR MIT49
PackageRelationDependenciesPublished
addr2line • 0.25.1A cross-platform symbolication library written in Rust, using `gimli`INDIRECT1
async-log-attributes • 1.0.1Proc Macro attributes for the async-log crate.INDIRECT4
async-log • 1.1.0Async tracing capabilities for the log crate.INDIRECT18
backtrace • 0.3.76A library to acquire a stack trace (backtrace) at runtime in a Rust program. INDIRECT10
bitflags • 2.13.0A macro to generate structures which behave like bitflags. INDIRECT0
bumpalo • 3.20.3A fast bump allocation arena for Rust.INDIRECT0
cfg-if • 0.1.10A 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
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
encode_unicode • 0.3.6UTF-8 and UTF-16 character types, iterators and related methods for char, u8 and u16. INDIRECT0
femme • 1.3.0Not just a pretty (inter)face: pretty-printer and ndjson logger for log crate.DIRECT59
gimli • 0.32.3A library for reading and writing the DWARF debugging format.INDIRECT0
hermit-abi • 0.1.19Hermit system calls definitions.INDIRECT1
itoa • 1.0.18Fast integer primitive to string conversionINDIRECT0
js-sys • 0.3.103Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. INDIRECT18
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
libc • 0.2.186Raw FFI bindings to platform libraries like libc.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 DIRECT1
object • 0.37.3A unified interface for reading and writing object file formats.INDIRECT1
once_cell • 1.21.4Single assignment cells and lazy values.INDIRECT0
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.INDIRECT9
proc-macro2 • 0.4.30A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
proc-macro2 • 1.0.106A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 0.6.13Quasi-quoting macro quote!(...)INDIRECT2
quote • 1.0.46Quasi-quoting macro quote!(...)INDIRECT2
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. INDIRECT3
rustc-demangle • 0.1.28Rust compiler symbol demangling. INDIRECT0
rustversion • 1.0.23Conditional compilation according to rustc compiler versionINDIRECT0
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 • 1.0.210Macros 1.1 implementation of #[derive(Serialize, Deserialize)]INDIRECT4
serde_json • 1.0.143A JSON serialization file formatINDIRECT9
serde • 1.0.210A generic serialization/deserialization frameworkINDIRECT5
smallvec • 1.15.2'Small vector' optimization: store up to a small number of items on the stackINDIRECT0
syn • 0.15.44Parser for Rust source codeINDIRECT3
syn • 2.0.56Parser for Rust source codeINDIRECT3
unicode-width • 0.1.14Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules. INDIRECT0
unicode-xid • 0.1.0Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31. INDIRECT0
value-bag • 1.12.0Anonymous structured valuesINDIRECT0
wasm-bindgen-macro-support • 0.2.126Implementation APIs for the `#[wasm_bindgen]` attributeINDIRECT6
wasm-bindgen-macro • 0.2.126Definition of the `#[wasm_bindgen]` attribute, an internal dependency INDIRECT7
wasm-bindgen-shared • 0.2.126Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. INDIRECT1
wasm-bindgen • 0.2.126Easy support for interacting between JS and Rust. INDIRECT17
web-sys • 0.3.72Bindings for all Web APIs, a procedurally generated crate from WebIDL INDIRECT19
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
MIT5
PackageRelationDependenciesPublished
atty • 0.2.14A simple interface for querying attyINDIRECT5
clicolors-control • 1.0.1A common utility library to control CLI colorizationINDIRECT7
console • 0.7.7A terminal and console abstraction for RustINDIRECT24
redox_syscall • 0.5.18A Rust library to access raw Redox system callsINDIRECT1
termios • 0.3.3Safe bindings for the termios library.INDIRECT1
MIT OR Unlicense2
PackageRelationDependenciesPublished
aho-corasick • 1.1.4Fast multiple substring searching.INDIRECT0
memchr • 2.8.3Provides 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.23Fast floating point to string conversionINDIRECT0
Apache-2.0 OR MIT OR Zlib1
PackageRelationDependenciesPublished
miniz_oxide • 0.8.9DEFLATE 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.24Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
0BSD OR Apache-2.0 OR MIT1
PackageRelationDependenciesPublished
adler2 • 2.0.1A simple clean-room implementation of the Adler-32 checksumINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.0.7 version:

[![licenses](https://licenses.dev/b/cargo/kv-log-macro/1.0.7)](https://licenses.dev/cargo/kv-log-macro/1.0.7)
<a href="https://licenses.dev/cargo/kv-log-macro/1.0.7">
  <img src="https://licenses.dev/b/cargo/kv-log-macro/1.0.7" alt="licenses" />
</a>
GitHub