Cargo Features
[dependencies]
sos-client = { version = "0.1.3", default-features = false, features = ["look-ahead", "cache"] }
- default = cache
-
The
cache
feature is set by default wheneversos-client
is added without
somewhere in the dependency tree.default-features = false - look-ahead = glob, itertools
-
Affects
base::SourceTrait.compile_source
,base::SourceTrait.source_file_postfix
,base::SourceTrait.prebuild
… - cache default = bincode, serde
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.
- bincode cache
- glob look-ahead?
- itertools look-ahead?
-
Enables itertools ^0.9
- serde cache