# 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_wire_protocol" version = "1.0.0" authors = ["Ivan Yurchenko "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Generated implementation of Apache Kafka wire protocol" readme = "README.md" keywords = [ "kafka", "protocol", ] license = "Apache-2.0" repository = "https://github.com/ivanyu/kafka_wire_protocol" [lib] name = "kafka_wire_protocol" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.byteorder] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.paste] version = "1.0.15" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.uuid] version = "1.11.0" features = ["serde"] [dependencies.varint-rs] version = "2.2.0" [dev-dependencies.base64] version = "0.22.1" [dev-dependencies.proptest] version = "1.5.0" [dev-dependencies.proptest-derive] version = "0.5.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.serde_json] version = "1.0.132" [dev-dependencies.static_init] version = "1.0.3" [dev-dependencies.testcontainers] version = "0.23.1" features = ["blocking"]