cu-python-task 1.0.0-rc1

Python-backed CuTask implementations for Copper
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"
rust-version = "1.95"
name = "cu-python-task"
version = "1.0.0-rc1"
authors = ["Guillaume Binet <gbin@gootz.net>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python-backed CuTask implementations for Copper"
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"

[package.metadata.copper]
kind = "task"
domains = [
    "algorithm/prototyping",
    "language/python",
]
environments = ["host"]

[package.metadata.cargo-shear]
ignored = ["bincode"]

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

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

[dependencies.cu29]
version = "1.0.0-rc1"
features = ["reflect"]

[dependencies.cu29-value]
version = "1.0.0-rc1"
features = ["python"]
default-features = false

[dependencies.minicbor]
version = "2.2.1"
features = ["alloc"]
default-features = false

[dependencies.minicbor-serde]
version = "0.6.2"
features = ["alloc"]
default-features = false

[dependencies.pyo3]
version = "0.28"
features = ["macros"]
default-features = false

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

[dev-dependencies.tempfile]
version = "3.23"
default-features = false