# 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 = "franz" version = "0.7.5" authors = ["Maxi Saparov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "a simple, friendly, and blazingly fast alternative to Apache Kafka" homepage = "https://github.com/MostlyMaxi/franz" documentation = "https://docs.rs/franz" readme = "README.md" keywords = [ "ringbuffer", "queue", "kafka", ] license = "MIT" repository = "https://github.com/MostlyMaxi/franz" [lib] name = "franz" path = "src/lib.rs" [[bin]] name = "franz" path = "src/main.rs" [dependencies.clap] version = "4.5.8" features = [ "derive", "string", ] [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.disk-mpmc] version = "0.4.2" [dependencies.num] version = "0.4.3" [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio-scoped] version = "0.2.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"