Cargo Features

[dependencies]
dotnetrawfilereader-sys = { version = "0.2.4", default-features = false, features = ["nethost-download", "doc-only", "net7_0", "net8_0", "netcorehost-latest"] }
default = net8_0, nethost-download

These default features are set whenever dotnetrawfilereader-sys is added without default-features = false somewhere in the dependency tree.

nethost-download default

Enables nethost-download of netcorehost

doc-only = netcorehost-latest

Enables doc-cfg and nightly of netcorehost

net7_0

Enables net7_0 of netcorehost

net8_0 default

Enables net8_0 of netcorehost

netcorehost-latest doc-only?

Enables latest of netcorehost

dotnetrawfilereader-sys has 6 features without comments.