Cargo Features
[dependencies]
elastiql = { version = "0.5.0", default-features = false, features = ["graphql", "builder"] }
- default = builder
-
The
builder
feature is set by default wheneverelastiql
is added without
somewhere in the dependency tree.default-features = false - graphql = async-graphql
-
Affects
request::RequestInput
,auto_date_histogram::AutoDateHistogramAggregationInput
,bucket_script::BucketScriptInput
,bucket_selector::BucketSelectorInput
,bucket_sort::BucketSortInput
,date_histogram::DateHistogramAggregationInput
,date_range::DateRangeAggregationInput
,date_range::DateRangeInput
,histogram::HistogramAggregationInput
,histogram::HistogramBoundsInput
,types::InnerAggregationInput
,nested::NestedAggregationInput
,range::RangeAggregationInput
,range::RangeInput
,reverse_nested::ReverseNestedAggregationInput
,sampler::SamplerAggregationInput
,significant_text::SignificantTextAggregationInput
,terms::TermsAggregationInput
,variable_width_histogram::VariableWidthHistogramInput
,weighted_average::WeightedAverageAggregationInput
… - builder default = typed-builder
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.
- async-graphql graphql?
-
Enables async-graphql ^2.9.9
- typed-builder builder
-
Enables typed-builder ^0.9