Cargo Features
tau-engine has no features set by default.
[dependencies]
tau-engine = { version = "1.13.1", features = ["ignore_case", "core", "json", "sync", "benchmarks"] }
- ignore_case
- core = lazy_static
-
Affects
tau-engine::core
… - json = serde_json
- sync
-
Affects
document::Document
,value::AsValue
,value::Array
,value::Object
… - benchmarks
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.