# 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 = "mosquitto-auth" version = "0.1.3" authors = ["Arshid"] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Plugin for mosquitto authentication" homepage = "https://github.com/arshidkv12/mosquitto-plugin" documentation = "https://github.com/arshidkv12/mosquitto-plugin" readme = "README.md" license = "MIT" repository = "https://github.com/arshidkv12/mosquitto-plugin" [lib] name = "mosquitto_auth" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mosquitto-io] version = "0.1.0" [dependencies.mysql] version = "23.0.1"