ic_mple_log 0.19.0

A logging implementation for `log` in IC
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "ic_mple_log"
version = "0.19.0"
authors = ["Francesco Cina <ufoscout@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A logging implementation for `log` in IC"
homepage = "https://github.com/ufoscout/ic_mple"
readme = false
keywords = [
    "IC",
    "PocketIC",
    "internet-computer",
]
license = "MIT"
repository = "https://github.com/ufoscout/ic_mple"

[features]
default = ["humantime"]
humantime = ["dep:humantime"]
service = ["ic-stable-structures"]

[lib]
name = "ic_mple_log"
path = "src/lib.rs"

[dependencies.arc-swap]
version = "1.9"

[dependencies.candid]
version = "0.10"

[dependencies.env_filter]
version = "2.0"

[dependencies.humantime]
version = "2"
optional = true
default-features = false

[dependencies.ic-cdk]
version = "0.20"

[dependencies.ic-stable-structures]
version = "0.7"
optional = true

[dependencies.ic_mple_utils]
version = "0.19.0"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.ringbuffer]
version = "0.16"

[dependencies.serde]
version = "1.0"
features = ["derive"]