Cargo Features
[dependencies]
sailfish-compiler = { version = "0.10.1", default-features = false, features = ["procmacro", "config"] }
- default = config
-
The
configfeature is set by default wheneversailfish-compileris added withoutsomewhere in the dependency tree.default-features = false - procmacro
-
Affects
sailfish-compiler::procmacro,util::filetime… - config default = serde, toml
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.
- serde config
- toml config
-
Enables toml ^0.8.2