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 wheneverkparse
is added without
somewhere in the dependency tree.default-features = false - 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.