Cargo Features
[dependencies]
dotnetrawfilereader-sys = { version = "0.3.0", default-features = false, features = ["nethost-download", "doc-only", "net8_0", "netcorehost-latest"] }
- default = net8_0, nethost-download
-
These default features are set whenever
dotnetrawfilereader-sys
is added without
somewhere in the dependency tree.default-features = false - nethost-download default
-
Enables nethost-download of netcorehost
- doc-only = netcorehost-latest
-
Enables doc-cfg and nightly of netcorehost
- net8_0 default
-
Enables net8_0 of netcorehost
- netcorehost-latest doc-only?
-
Enables latest of netcorehost
dotnetrawfilereader-sys has 5 features without comments.