Cargo Features

[dependencies]
atedb = { version = "1.8.0", default-features = false, features = ["client_web", "client", "server"] }
default = client, server

These default features are set whenever atedb is added without default-features = false somewhere in the dependency tree.

client_web

Enables client_web of ate and ate-auth

client default = libc

Enables client of ate and ate-auth

server default = libc

Enables enable_mt and server of ate, server of ate-auth

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.

libc client server