cu29-export 0.7.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]
name = "cu29_export"
crate-type = ["cdylib", "rlib"]

[dependencies]
cu29 = { workspace = true }
clap = { workspace = true }
bincode = { workspace = true }

# PyO3 is not supported for macOS at the moment, don't allow people to opt-in since it won't work
pyo3 = { version = "0.24.0", optional = true, features = ["extension-module"] }

[features]
default = []
python = ["pyo3"]