Cargo Features

Exacl has no features set by default.

[dependencies]
exacl = { version = "0.12.0", features = ["buildtime_bindgen", "serde"] }
default

There are two optional features that you can enable:
- serde
- buildtime_bindgen

buildtime_bindgen = bindgen

Use bindgen to build OS-specific bindings.

On Linux, the bindings depend on the <sys/acl.h> system header. This header is only present on systems that have the libacl1-dev package installed.

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 implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

bindgen build buildtime_bindgen?