Cargo Features
rspell has no features set by default.
[dependencies]
rspell = { version = "0.1.1", features = ["local_files", "tools"] }
- local_files
- tools = env_logger, structopt
-
Required by the rspell-dic binary
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.
- env_logger tools?
-
Enables env_logger ^0.7
- structopt tools?