# 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 = "redpanda-transform-sdk" version = "1.1.0" authors = ["Redpanda Data Transforms Team"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library for authoring Redpanda Data Transforms." homepage = "https://redpanda.com" readme = "README.md" keywords = [ "redpanda", "wasm", "kafka", "data-transform", ] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/redpanda-data/redpanda" [lib] name = "redpanda_transform_sdk" path = "src/lib.rs" [[example]] name = "identity" path = "examples/identity.rs" [[example]] name = "identity_logging" path = "examples/identity_logging.rs" [[example]] name = "tee" path = "examples/tee.rs" [[example]] name = "transcoder" path = "examples/transcoder.rs" [[example]] name = "validation_filter" path = "examples/validation_filter.rs" [dependencies.redpanda-transform-sdk-sys] version = "1.1.0" [dependencies.redpanda-transform-sdk-types] version = "1.1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.apache-avro] version = "0.16.0" features = ["derive"] [dev-dependencies.csv] version = "1.3.0" [dev-dependencies.lru] version = "0.12.3" [dev-dependencies.quickcheck] version = "1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.serde] version = "1.0.195" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.111"