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
[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 = { version = "4.5.11", features = ["derive"] }
bincode = { workspace = true }

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


[dev-dependencies]
cu29-log-runtime = { workspace = true }
tempfile = "3.10.1"
fs_extra = "1.3.0"