Cargo Features

[dependencies]
rsonpath = { version = "0.9.1", default-features = false, features = ["simd"] }
default = simd

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

simd default

Enables simd of rsonpath-lib

rsonpath has 2 features without comments.