# 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 = "2018" name = "rumqttlog" version = "0.9.0" authors = ["tekjar "] description = "kafka inspired rumqtt's mqtt commitlog" keywords = ["mqtt", "iot", "kafka", "nats", "distributed"] license = "Apache-2.0" repository = "https://github.com/bytebeamio/rumqtt/" [[bench]] name = "bench" harness = false [dependencies.byteorder] version = "1" [dependencies.bytes] version = "1.0" [dependencies.fnv] version = "1" [dependencies.jackiechan] version = "0.0.4" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7" [dependencies.mqttbytes] version = "0.6" [dependencies.segments] version = "0.1" [dependencies.serde] version = "1" features = ["derive", "rc"] [dependencies.thiserror] version = "1" [dev-dependencies.argh] version = "0.1" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.futures-util] version = "0.3.5" [dev-dependencies.pprof] version = "0.3" features = ["flamegraph", "protobuf"] [dev-dependencies.pretty_assertions] version = "0.6" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.prost] version = "0.6" [dev-dependencies.rand] version = "0.7" [dev-dependencies.tempfile] version = "3"