Cargo Features
[dependencies]
osal-rs = { version = "0.4.7", default-features = false, features = ["std", "freertos", "posix", "disable_panic", "serde"] }
- default = freertos
-
The
freertosfeature is set by default wheneverosal-rsis added withoutsomewhere in the dependency tree.default-features = false - std = disable_panic
- freertos default
- posix
- disable_panic std?
- serde = osal-rs-serde
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.