Cargo Features
rsef-rs has no features set by default.
[dependencies]
rsef-rs = { version = "0.2.0", features = ["download"] }
- download = bzip2, chrono, libflate, reqwest
-
Allows a user to download the RSEF listings.
Affects
rsef-rs::download
… - default
-
No feature is included in the default distribution.
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.
- reqwest download?
-
Enables reqwest ^0.9
- bzip2 download?
-
Enables bzip2 ^0.3
- libflate download?
-
Enables libflate ^1.0
- chrono download?