Cargo Features

[dependencies]
nom5_locate = { version = "0.1.1", default-features = false, features = ["std", "alloc", "avx-accel", "simd-accel"] }
default = std

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

std default = alloc

Enables std of nom ^5.0.0-beta2

alloc std

Enables alloc of nom ^5.0.0-beta2

avx-accel

Enables avx-accel of bytecount ^0.3

simd-accel

Enables simd-accel of bytecount ^0.3

nom5_locate has 5 features without comments.