Cargo Features

fontconfig-parser has no features set by default.

[dependencies]
fontconfig-parser = { version = "0.5.6", features = ["serialize", "log"] }
serialize = 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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

serde serialize?