Cargo Features
[dependencies]
dissect = { version = "0.7.3", default-features = false, features = ["known-key", "arraybackend"] }
- default = known-key
-
The
known-key
feature is set by default wheneverdissect
is added without
somewhere in the dependency tree.default-features = false - known-key default
-
Enables known-key of simd-json ^0.13
simd-json:
used for enabeling known keys in favour of a slower hasher that is not protected against hash collision attacks
- arraybackend
-
Enables arraybackend of simd-json ^0.13
Dissect has 3 features without comments.