# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sentry-kafka-schemas" version = "0.1.121" authors = ["Sentry "] build = "rust/build.rs" include = [ "/examples/**", "/rust/*.rs", "/schemas/**", "/topics/**", "/Cargo.toml", "/LICENSE.md", "/README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Kafka topics and schemas for Sentry" readme = "README.md" license-file = "LICENSE.md" repository = "https://github.com/getsentry/sentry-kafka-schemas" [lib] name = "sentry_kafka_schemas" path = "rust/lib.rs" [[bin]] name = "generate-schema-types" path = "rust/build.rs" required-features = ["type_generation"] [dependencies.jsonschema] version = "0.18.1" default-features = false [dependencies.prettyplease] version = "0.2.4" optional = true [dependencies.schemars] version = "0.8.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.syn] version = "2.0.11" optional = true [dependencies.thiserror] version = "1.0.49" [dependencies.typify] version = "0.0.16" optional = true [build-dependencies.prettyplease] version = "0.2.4" optional = true [build-dependencies.schemars] version = "0.8.0" optional = true [build-dependencies.serde_json] version = "1.0" [build-dependencies.syn] version = "2.0.11" optional = true [build-dependencies.typify] version = "0.0.16" optional = true [features] default = ["type_generation"] type_generation = [ "prettyplease", "schemars", "syn", "typify", ]