# 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 = "rocketmq-client-v4" version = "0.4.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rocket mq rust client for remote protocol. works on rocket mq V4" homepage = "https://github.com/zhangyangyang3/rocketmq-client-v4" readme = "README.md" license = "MIT" [lib] name = "rocketmq_client_v4" path = "src/lib.rs" [[example]] name = "broadcast_consume_example" path = "examples/broadcast_consume_example.rs" [[example]] name = "consumer_example" path = "examples/consumer_example.rs" [dependencies.atomic-counter] version = "1.0.1" [dependencies.bytes] version = "1.7.2" [dependencies.dashmap] version = "6.1.0" [dependencies.hex] version = "0.4.3" [dependencies.local-ip-address] version = "0" [dependencies.log] version = "0.4.21" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.simple_logger] version = "5" [dependencies.sysinfo] version = "0.31.4" [dependencies.time] version = "0.3.36" [dependencies.tokio] version = "1.40.0" features = [ "time", "macros", "rt", "net", "sync", "io-util", "rt-multi-thread", ] [dependencies.uuid] version = "1.10.0" features = ["v4"] [dependencies.zip] version = "2.2.0"