Cargo Features
[dependencies]
sentry-kafka-schemas = { version = "0.1.126", default-features = false, features = ["type_generation"] }
- default = type_generation
-
The
type_generation
feature is set by default wheneversentry-kafka-schemas
is added without
somewhere in the dependency tree.default-features = false - type_generation default = prettyplease, schemars, syn, typify
-
Required by the generate-schema-types binary
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.
- prettyplease type_generation
-
Enables prettyplease
redeclare all build-dependencies here so that the build.rs can be used standalone to view types
- schemars type_generation
- syn type_generation
- typify type_generation
-
Enables typify ^0.0.16