Cargo Features

[dependencies]
kparse = { version = "3.0.5", default-features = false, features = ["std", "alloc", "dont_track_nom", "generic-simd", "runtime-dispatch-simd"] }
default = std

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

std default = alloc

Enables std of nom and use_std of memchr

memchr:

The 'use_std' feature is DEPRECATED. It will be removed in memchr 3. Until then, it is alias for the 'std' feature.

alloc std

Enables nom

dont_track_nom
generic-simd

Enables generic-simd of bytecount

runtime-dispatch-simd

Enables runtime-dispatch-simd of bytecount

kparse has 6 features without comments.