Cargo Features
[dependencies]
fractal-storage-client = { version = "0.2.0", default-features = false, features = ["base32", "rocket", "base64", "hex"] }
- default = base64, hex
-
These default features are set whenever
fractal-storage-client
is added without
somewhere in the dependency tree.default-features = false
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.
- base32 implicit feature
-
Enables base32 ^0.4.0
base32:
Base32 encoder/decoder for Rust
- rocket implicit feature
-
Enables rocket
rocket:
Web framework with a focus on usability, security, extensibility, and speed
- base64 default
-
Enables base64 ^0.13.0
- hex default