Cargo Features

[dependencies]
core-foundation = { version = "0.9.4", default-features = false, features = ["mac_os_10_7_support", "mac_os_10_8_features", "with-chrono", "with-uuid", "link"] }
default = link

The link feature is set by default whenever core-foundation is added without default-features = false somewhere in the dependency tree.

mac_os_10_7_support

backwards compatibility

Enables mac_os_10_7_support of core-foundation-sys

mac_os_10_8_features

enables new features

Enables mac_os_10_8_features of core-foundation-sys

with-chrono = chrono
with-uuid = uuid

Disable to manually link. Enabled by default.

Enables link of core-foundation-sys

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.

chrono with-chrono?
uuid with-uuid?

Enables uuid ^0.5