cu29-log-derive 1.0.2

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

[features]
default = ["std"]
defmt = ["cu29-log/defmt"]
log-level-critical = []
log-level-debug = []
log-level-error = []
log-level-info = []
log-level-warning = []
macro_debug = ["cu29-intern-strs/macro_debug"]
std = ["cu29-log/std"]
textlogs = []

[lib]
name = "cu29_log_derive"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "implicit_capture"
path = "tests/implicit_capture.rs"

[dependencies.cu29-intern-strs]
version = "1.0.2"

[dependencies.cu29-log]
version = "1.0.2"
default-features = false

[dependencies.proc-macro-crate]
version = "3.1"

[dependencies.proc-macro2]
version = "1.0"
default-features = false

[dependencies.quote]
version = "1.0"
default-features = false

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "derive",
    "parsing",
    "printing",
    "proc-macro",
    "clone-impls",
]
default-features = false