Cargo Features

[dependencies]
rusty-leveldb = { version = "3.0.2", default-features = false, features = ["async", "asyncdb-tokio", "asyncdb-async-std", "fs"] }
default = fs

The fs feature is set by default whenever rusty-leveldb is added without default-features = false somewhere in the dependency tree.

async = asyncdb-tokio
asyncdb-tokio async? = tokio
asyncdb-async-std = async-std
fs default = errno, fs2

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.

errno fs

Enables errno ^0.2

fs2 fs
tokio asyncdb-tokio?
async-std asyncdb-async-std?