Cargo Features
grafana-plugin-sdk has no features set by default.
[dependencies]
grafana-plugin-sdk = { version = "0.5.0", features = ["arrow", "reqwest", "gen-proto"] }
- arrow
-
Enables arrow of arrow2 and arrow-array and arrow-schema
arrow-array:
synced with arrow2
- reqwest = reqwest_lib
- gen-proto build
-
Since prost 0.11 we no longer use prost-build at build time to generate code,
because it requires protoc. The generated code is instead checked in to source control. To regenerate code in the case of updated .proto definitions, build with this feature enabled.Enables prost-build and tonic-build
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.
- reqwest_lib reqwest?
-
Enables reqwest