Cargo Features
[dependencies]
remotefs-webdav = { version = "0.2.0", default-features = false, features = ["find", "no-log", "github-actions", "with-containers"] }
- default = find
-
The
find
feature is set by default wheneverremotefs-webdav
is added without
somewhere in the dependency tree.default-features = false - find default
-
misc
- no-log
-
Enables max_level_off of log
- github-actions
-
tests
- with-containers