Cargo Features

[dependencies]
svt-av1-enc = { version = "0.1.2", default-features = false, features = ["static", "dynamic"] }
default = static

The static feature is set by default whenever svt-av1-enc is added without default-features = false somewhere in the dependency tree.

static default
dynamic

SvtAv1Enc has 3 features without comments.