Cargo Features
[dependencies]
kcr_azure_microsoft_com = { version = "1.20250402.94346", default-features = false, features = ["v1alpha1", "v1alpha2", "v1beta1"] }
- default = v1alpha1, v1alpha2, v1beta1
-
These default features are set whenever
kcr_azure_microsoft_com
is added without
somewhere in the dependency tree.default-features = false - v1alpha1 default
-
Affects
kcr_azure_microsoft_com::v1alpha1
… - v1alpha2 default
-
Affects
kcr_azure_microsoft_com::v1alpha2
… - v1beta1 default
-
Affects
kcr_azure_microsoft_com::v1beta1
…