Cargo Features
[dependencies]
tx5-core = { version = "0.1.4-beta", default-features = false, features = ["file_check"] }
- default = file_check
-
The
file_check
feature is set by default whenevertx5-core
is added without
somewhere in the dependency tree.default-features = false - file_check default = app_dirs2, sha2, tempfile
-
A couple crates that depend on tx5-core need to be able to write/verify files on system. Enable this
file_check
feature to provide that ability.Affects
tx5-core::file_check
…
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.
- app_dirs2 file_check
-
Enables app_dirs2
file_check deps
- sha2 file_check
- tempfile file_check