# 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 = "crab-kafka" version = "0.0.7" authors = ["Flavio Bizzarri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Forward + TLS traffic to kafka" homepage = "https://github.com/newfla/crab-kafka" readme = "README.md" keywords = [ "kafka", "udp", "tcp", "tls", ] categories = [ "network-programming", "asynchronous", ] license = "Apache-2.0" repository = "https://github.com/newfla/crab-kafka" [profile.release] lto = true panic = "abort" strip = true [lib] name = "crab_kafka" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.byte-unit] version = "5.1" [dependencies.cached] version = "0.54" [dependencies.coarsetime] version = "0.1" [dependencies.derive-new] version = "0.7" [dependencies.derive_builder] version = "0.20" [dependencies.fastrand] version = "2.0" [dependencies.itertools] version = "0.13" [dependencies.kanal] version = "0.1.0-pre8" [dependencies.log] version = "0.4" [dependencies.nohash-hasher] version = "0.2" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rdkafka] version = "0.36" features = [ "cmake-build", "zstd-pkg-config", "ssl", "gssapi", ] [dependencies.socket2] version = "0.5.7" [dependencies.tokio] version = "1.2" features = ["full"] [dependencies.tokio-dtls-stream-sink] version = "0.6" [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-util] version = "0.7" [dependencies.ustr] version = "1.0" [dev-dependencies.mimalloc] version = "0.1" default-features = false