Cargo Features

[dependencies]
libseat = { version = "0.2.3", default-features = false, features = ["custom_logger", "docs_rs"] }
default = custom_logger

The custom_logger feature is set by default whenever libseat is added without default-features = false somewhere in the dependency tree.

custom_logger default = cc, pkg-config
docs_rs

Used to disable linking in docs.rs enviroment

Enables docs_rs of libseat-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.

cc build custom_logger
pkg-config build custom_logger