cu-sensor-payloads 0.13.0

Those are standardized payloads for the Copper sensors. Feel free to contribute your own.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cu-sensor-payloads"
version = "0.13.0"
authors = ["Guillaume Binet <gbin@gootz.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Those are standardized payloads for the Copper sensors. Feel free to contribute your own."
homepage = "https://github.com/copper-project"
readme = "README.md"
keywords = [
    "robotics",
    "middleware",
    "copper",
    "real-time",
]
categories = ["science::robotics"]
license = "Apache-2.0"
repository = "https://github.com/copper-project/copper-rs"
resolver = "2"

[features]
default = ["std"]
image = [
    "std",
    "dep:image",
]
kornia = [
    "std",
    "dep:kornia-image",
]
rerun = [
    "std",
    "dep:rerun",
]
std = [
    "cu29/std",
    "cu29-clock/std",
]
textlogs = ["cu29/textlogs"]

[lib]
name = "cu_sensor_payloads"
path = "src/lib.rs"

[[test]]
name = "rerun_components"
path = "tests/rerun_components.rs"

[dependencies.bincode]
version = "2.0"
features = [
    "derive",
    "alloc",
]
default-features = false
package = "cu-bincode"

[dependencies.cu29]
version = "0.13.0"
features = ["units"]
default-features = false

[dependencies.cu29-clock]
version = "0.13.0"
default-features = false

[dependencies.cu29-soa-derive]
version = "0.13.0"
default-features = false

[dependencies.image]
version = "0.25.6"
optional = true
default-features = false

[dependencies.kornia-image]
version = "0.1.10"
optional = true

[dependencies.rerun]
version = "0.29"
features = [
    "sdk",
    "server",
    "log",
]
optional = true
default-features = false

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "alloc",
]
default-features = false