Cargo Features

[dependencies]
pulldown-cmark-fork = { version = "0.5.2", default-features = false, features = ["gen-tests", "simd", "getopts"] }
default = getopts

The getopts feature is set by default whenever pulldown-cmark-fork is added without default-features = false somewhere in the dependency tree.

gen-tests

Affects build::Spec, build::TestCase

simd

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.

getopts default

Required by the binary