Cargo Features
trillium-send-file has no features set by default.
[dependencies]
trillium-send-file = { version = "0.1.0", features = ["async-std", "smol"] }
- async-std = async_std_crate
- smol = async-fs
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.
- async-fs smol?
-
Enables async-fs ^1.5.0
- async_std_crate async-std?
-
Enables async-std