Cargo Features
rocket-static-files has no features set by default.
[dependencies]
rocket-static-files = { version = "0.1.0", features = ["gen"] }
- gen = base64, phf_codegen, siphasher, walkdir
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.
- base64 gen?
-
Enables base64 ^0.13
- phf_codegen gen?
-
Enables phf_codegen ^0.8
- siphasher gen?
-
Enables siphasher ^0.3
- walkdir gen?