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 wheneverrusty-leveldb
is added without
somewhere in the dependency tree.default-features = false - 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?