[package] name = "mqtt-recorder-rs" version = "1.2.1" authors = ["Kristoffer Ödmark "] edition = "2018" description = "Simple MQTT logger" license = "MIT" repository = "https://github.com/TotalKrill/mqtt-recorder-rs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] #rumqttc = {git = "https://github.com/bytebeamio/rumqtt.git", branch = "master"} chrono = "0.4" log = { version = "0.4"} rumqttc = "0.5.0" #rumqttc = "0.0.7" serde = {version = "1", features = ["derive"]} serde_json = "1.0" tokio = { version = "1", features = ["full", "macros", "time"]} base64 = "0.13" structopt = { version = "0.3", features = [ "paw" ] } paw = "1.0" simple_logger = "1.11"