Cargo Features
[dependencies]
braintreepayment_graphql = { version = "0.1.2", default-features = false, features = ["rustls-tls", "default-tls", "mutation_id", "external_doc"] }
- default = default-tls, mutation_id
-
These default features are set whenever
braintreepayment_graphql
is added without
somewhere in the dependency tree.default-features = false - rustls-tls
-
Enables rustls-tls of reqwest ^0.9
- default-tls default
-
Enables default-tls of reqwest ^0.9
reqwest:
Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.
- mutation_id default = rand
-
Affects
braintreepayment_graphql::mutation_id
… - external_doc
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- rand mutation_id
-
Enables rand ^0.7