Cargo Features

[dependencies]
fcnet = { version = "0.7.1", default-features = false, features = ["full", "simple", "namespaced", "tokio-backend", "smol-backend"] }
default = simple

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

full = namespaced, simple, smol-backend, tokio-backend
simple default full?

Enables simple of fcnet-types

namespaced full?

Enables futures-channel and nix, namespaced of fcnet-types

tokio-backend full?

Enables tokio, tokio_socket of netlink-proto, tokio-process of nftables-async

Affects backend::TokioBackend

smol-backend full?

Enables async-executor and async-io, smol_socket of netlink-proto, async-process of nftables-async

Affects backend::SmolBackend