cu-standalone-structlog 0.10.0

Example of using structlog in a standalone application
[[bin]]
name = "standardlog_perf"
path = "src/standardlog_perf.rs"

[[bin]]
name = "structlog_perf"
path = "src/structlog_perf.rs"

[dependencies.cu29]
version = "0.10.0"

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

[dependencies.log]
version = "0.4.27"

[dependencies.simplelog]
version = "0.12.2"

[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["science::robotics"]
description = "Example of using structlog in a standalone application"
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["robotics", "middleware", "copper", "real-time"]
license = "Apache-2.0"
name = "cu-standalone-structlog"
readme = false
repository = "https://github.com/copper-project/copper-rs"
version = "0.10.0"