Cargo Features

ocf has no features set by default.

[dependencies]
ocf = { version = "0.2.0-alpha.6", features = ["stable", "unstable"] }
stable = serde_codegen, syntex
unstable = serde_macros

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.

serde_codegen build stable?

Enables serde_codegen ^0.7.0

serde_macros unstable?

Enables serde_macros ^0.7.0

syntex build stable?

Enables syntex ^0.29.0