cu29-log 0.13.0

This is part of the text logging runtime for Copper. It cannot be used independently from the copper project.
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 = "cu29-log"
version = "0.13.0"
authors = ["Guillaume Binet <gbin@gootz.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "This is part of the text logging runtime for Copper. It cannot be used independently from the copper project."
homepage = "https://github.com/copper-project"
documentation = "https://docs.rs/cu29-log"
readme = "README.md"
keywords = [
    "robotics",
    "middleware",
    "copper",
    "real-time",
]
categories = ["science::robotics"]
license = "Apache-2.0"
repository = "https://github.com/copper-project/copper-rs"
resolver = "2"

[features]
default = ["std"]
defmt = ["dep:defmt"]
std = [
    "cu29-clock/std",
    "cu29-traits/std",
    "cu29-value/std",
    "dep:strfmt",
]

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

[dependencies.bincode]
version = "2.0"
features = [
    "derive",
    "alloc",
]
default-features = false
package = "cu-bincode"

[dependencies.cu29-clock]
version = "0.13.0"
default-features = false

[dependencies.cu29-traits]
version = "0.13.0"
default-features = false

[dependencies.cu29-value]
version = "0.13.0"
default-features = false

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false

[dependencies.smallvec]
version = "1.15"
features = ["serde"]
default-features = false

[dependencies.strfmt]
version = "0.2"
optional = true