cu29-export 0.2.3

This is the library support to build log exports for the copper project. It cannot be used independently from the copper project.
Documentation
[dependencies.bincode]
features = ["derive"]
version = "2.0.0-rc.3"

[dependencies.clap]
features = ["derive"]
version = "4.5.11"

[dependencies.cu29]
version = "0.2.2"

[dependencies.cu29-clock]
version = "0.2.2"

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

[dependencies.cu29-log]
version = "0.2.2"

[dependencies.cu29-traits]
version = "0.2.2"

[dependencies.cu29-unifiedlog]
version = "0.2.2"

[dev-dependencies.cu29-log-runtime]
version = "0.2.2"

[dev-dependencies.fs_extra]
version = "1.3.0"

[dev-dependencies.tempfile]
version = "3.10.1"

[lib]
crate-type = ["cdylib", "rlib"]
name = "cu29_export"
path = "src/lib.rs"

[package]
authors = ["Guillaume Binet <gbin@gootz.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["science::robotics"]
description = "This is the library support to build log exports for the copper project. It cannot be used independently from the copper project."
documentation = "https://docs.rs/cu29-export"
edition = "2021"
homepage = "https://github.com/copper-project"
keywords = ["robotics", "middleware", "copper", "real-time"]
license = "Apache-2.0"
name = "cu29-export"
readme = "README.md"
repository = "https://github.com/copper-project/copper-rs"
version = "0.2.3"

[target.'cfg(not(target_os = "macos"))'.dependencies.pyo3]
features = ["extension-module"]
version = "0.22.2"