Cargo Features
[dependencies]
atefs = { version = "1.10.0", default-features = false, features = ["client_web", "client", "server", "enable_tokera"] }
- default = client, enable_tokera, server
-
These default features are set whenever
atefs
is added without
somewhere in the dependency tree.default-features = false - client_web
-
Enables web of ate-files, client_web of ate and ate-auth
- client default
- server default
-
Enables enable_mt and server of ate, server of ate-auth, sys of ate-files
- enable_tokera default = tokera
-
Affects
opts::Opts.token_path
…
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.