# 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 = "2018" name = "mosquitto-plugin" version = "2.1.3" authors = ["Kristoffer Ödmark "] description = "A simple way to create plugins for mosquitto, using rust code" readme = "README.md" license = "MIT" repository = "https://github.com/TotalKrill/mosquitto_plugin.git" [[example]] name = "basic-auth" crate-type = ["cdylib"] [[example]] name = "extended-auth" crate-type = ["cdylib"] [dependencies.libc] version = "0.2" [build-dependencies.bindgen] version = "0.64" features = ["runtime"] default-features = false