# 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 = "kafka-api" version = "0.4.1" authors = ["tison "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Manual implementation of Apache Kafka API in Rust." documentation = "https://docs.rs/kafka-api" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/tisonkun/morax/tree/main/api/kafka-api" [lib] name = "kafka_api" path = "src/lib.rs" [[test]] name = "codec_regression_tests" path = "tests/codec_regression_tests.rs" [dependencies.byteorder] version = "1.5" [dependencies.uuid] version = "1.8" features = ["v4"] [lints.clippy] dbg_macro = "deny" [lints.rust] unknown_lints = "deny" unsafe_code = "deny"