cu29-export 0.6.0

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.21"

[dependencies.cu29]
version = "0.6.0"

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

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

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

[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
autolib = 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.6.0"

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