cu29-export 0.5.0

This is the library support to build log exports for the copper project. It cannot be used independently from the copper project.
Documentation
[package]
name = "cu29-export"
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"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
keywords.workspace = true
categories.workspace = true
homepage.workspace = true
repository.workspace = true

# This is a python binding
[lib]
crate-type = ["cdylib", "rlib"]

[dependencies]
cu29 = { workspace = true }
cu29-traits = { workspace = true }
cu29-log = { workspace = true }
cu29-clock = { workspace = true }
cu29-unifiedlog = { workspace = true }
cu29-intern-strs = { workspace = true }
clap = { workspace = true }
bincode = { workspace = true }

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