# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mosquitto-jwt-auth" version = "0.2.0" authors = ["Christoph Walcher "] description = "Plugin for Mosquitto MQTT broker, which enables authentication and authorisation via JWT over password." readme = "Readme.md" categories = ["networking"] license-file = "LICENSE" repository = "https://github.com/wiomoc/mosquitto-jwt-auth" [lib] crate-type = ["dylib"] [dependencies.base64] version = "0.10.1" [dependencies.jsonwebtoken] version = "6.0.1" [dependencies.serde] version = "1.0.97" [dependencies.serde_derive] version = "1.0.97" [badges.coveralls] repository = "wiomoc/mosquitto-jwt-auth" [badges.travis-ci] repository = "wiomoc/mosquitto-jwt-auth"