lunatic-log 0.4.0

A logging library for lunatic Rust applications
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 = "2021"
name = "lunatic-log"
version = "0.4.0"
description = "A logging library for lunatic Rust applications"
readme = "Readme.md"
categories = [
    "wasm",
    "development-tools::debugging",
]
license = "Apache-2.0/MIT"
repository = "https://github.com/lunatic-solutions/lunatic-log-rs"

[package.metadata.docs.rs]
targets = ["wasm32-wasi"]

[dependencies.chrono]
version = "0.4"

[dependencies.lunatic]
version = "0.13"

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

[dependencies.yansi]
version = "0.5.1"