Cargo Features
[dependencies]
jaq-std = { version = "2.0.0-delta", default-features = false, features = ["std", "regex", "format", "math", "time", "hifijson", "log"] }
- default = format, log, math, regex, std, time
-
These default features are set whenever
jaq-std
is added without
somewhere in the dependency tree.default-features = false - std default
- regex default = regex-lite
- format default = aho-corasick, base64, urlencoding
- math default = libm
- time default = chrono
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- hifijson implicit feature
-
Enables hifijson
hifijson:
High-fidelity JSON lexer and parser
- chrono time
- regex-lite regex
- log default
- libm math
- aho-corasick format
- base64 format
- urlencoding format