Cargo Features

[dependencies]
e-libscanner = { version = "0.1.8", default-features = false, features = ["full", "async", "service", "os", "sync"] }
default = sync

The sync feature is set by default whenever e-libscanner is added without default-features = false somewhere in the dependency tree.

full = async, os, service, sync
async full? = async-io, futures, futures-lite

Affects e-libscanner::async_scan

service full? = native-tls, sync

Affects e-libscanner::service

os full?

Affects e-libscanner::os

sync default full? service?

Affects e-libscanner::sync_scan

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.

async-io async?

Enables async-io ^1.7.0

native-tls service?
futures async?
futures-lite async?

Enables futures-lite ^1.12.0