Cargo Features

[dependencies]
sentry-kafka-schemas = { version = "0.1.78", default-features = false, features = ["type_generation"] }
default = type_generation

The type_generation feature is set by default whenever sentry-kafka-schemas is added without default-features = false somewhere in the dependency tree.

type_generation default = prettyplease, regress, 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.

regress type_generation

Enables regress ^0.5.0

required by generated code

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