Cargo Features

[dependencies]
picohttpparser-sys = { version = "1.0.0", default-features = false, features = ["sse4"] }
default = sse4

The sse4 feature is set by default whenever picohttpparser-sys is added without default-features = false somewhere in the dependency tree.

sse4 default

picohttpparser-sys has 2 features without comments.