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 default-features = false somewhere in the dependency tree.

client_web

Enables web of ate-files, client_web of ate and ate-auth

client default

Enables sys of ate-files, client of ate and ate-auth

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.

tokera enable_tokera