Cargo Features

[dependencies]
curseforge = { version = "0.3.1", default-features = false, features = ["official", "cfwidget", "allow-unknown-fields", "deny-unknown-fields"] }
default = official

The official feature is set by default whenever curseforge is added without default-features = false somewhere in the dependency tree.

official default

Affects curseforge::official

cfwidget

Affects curseforge::cfwidget

allow-unknown-fields

Affects response::DataResponse.other_fields, response::PaginatedDataResponse.other_fields, categories::Category.other_fields, files::ProjectFile.other_fields, files::FileIndex.other_fields, files::FileHash.other_fields, files::SortableGameVersion.other_fields, files::FileDependency.other_fields, files::FileModule.other_fields, games::Game.other_fields, games::GameAssets.other_fields, games::GameVersions.other_fields, games::GameVersionType.other_fields, projects::Project.other_fields, projects::ProjectLinks.other_fields, projects::ProjectAuthor.other_fields, projects::ProjectAsset.other_fields, projects::FeaturedProjects.other_fields

deny-unknown-fields