Cargo Features
[dependencies]
gportal_rs = { version = "0.2.0", default-features = false, features = ["gpcloud-api-admin-v1", "gpcloud-api-auth-v1", "gpcloud-api-cloud-v1", "gpcloud-api-gateway-v1", "gpcloud-api-metadata-v1", "gpcloud-api-network-v1", "gpcloud-api-payment-v1", "gpcloud-type-v1", "gpcloud-v1", "google-rpc"] }
- default = google-rpc, gpcloud-api-admin-v1, gpcloud-api-auth-v1, gpcloud-api-cloud-v1, gpcloud-api-gateway-v1, gpcloud-api-metadata-v1, gpcloud-api-network-v1, gpcloud-api-payment-v1, gpcloud-type-v1, gpcloud-v1
-
These default features are set whenever
gportal_rs
is added without
somewhere in the dependency tree.default-features = false - gpcloud-api-admin-v1 default
-
Affects
gen::admin.v1
… - gpcloud-api-auth-v1 default
-
Affects
gen::auth.v1
… - gpcloud-api-cloud-v1 default
-
Affects
gen::cloud.v1
… - gpcloud-api-gateway-v1 default
-
Affects
gen::gateway.v1
… - gpcloud-api-metadata-v1 default
-
Affects
gen::metadata.v1
… - gpcloud-api-network-v1 default
-
Affects
gen::network.v1
… - gpcloud-api-payment-v1 default
-
Affects
gen::payment.v1
… - gpcloud-type-v1 default
-
Affects
gen::r#type.v1
… - gpcloud-v1 default
-
Affects
gen::gpcloud.v1
… - google-rpc default
-
Affects
gen::google.rpc
…