Cargo Features

[dependencies]
opencv-ros-camera = { version = "0.15.2", default-features = false, features = ["std", "serde-serialize"] }
default = std

The std feature is set by default whenever opencv-ros-camera is added without default-features = false somewhere in the dependency tree.

std default serde-serialize? = thiserror

It would be nice if our serde-serialize feature did not depend on std. Then we could use serde in no_std contexts.
The serde crate supports this. However, the following are obstacles to this goal:
- serde_yaml requires std (as of serde_yaml 0.8)
- nalgebra/serde-serialize requires std (as of nalgebra 0.20)

Enables std of cam-geom and nalgebra

serde-serialize = std

Enables serde and serde_yaml, serde-serialize of nalgebra

Affects ros_file_support::from_ros_yaml

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

thiserror std
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy