[dependencies.bincode]
features = ["derive"]
version = "2.0.0-rc.3"
[dependencies.clap]
features = ["derive"]
version = "4.5.21"
[dependencies.cu29]
version = "0.5.0"
[dependencies.cu29-clock]
version = "0.5.0"
[dependencies.cu29-intern-strs]
version = "0.5.0"
[dependencies.cu29-log]
version = "0.5.0"
[dependencies.cu29-traits]
version = "0.5.0"
[dependencies.cu29-unifiedlog]
version = "0.5.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.5.0"
[target.'cfg(not(target_os = "macos"))'.dependencies.pyo3]
features = ["extension-module"]
version = "0.22.6"