# 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" rust-version = "1.75.0" name = "rsiot-redis-subscriber" version = "0.0.28" description = "Подписка на сообщения Redis" readme = "README.md" keywords = ["iot"] categories = [ "api-bindings", "gui", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Konstantin-Dudersky/rsiot" [dependencies.futures-util] version = "0.3.29" [dependencies.redis] version = "0.24.0" features = ["tokio-comp"] [dependencies.rsiot-component-core] version = "0.0.28" [dependencies.rsiot-components-config] version = "0.0.28" [dependencies.rsiot-messages-core] version = "0.0.26" [dependencies.tokio] version = "1.35.0" features = [ "macros", "rt", "rt-multi-thread", "sync", "time", ] [dependencies.tracing] version = "0.1.40" features = ["log"] [dependencies.url] version = "2.5.0"