diff --git a/Cargo.toml b/Cargo.toml index 5327abe..df2a1a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,12 +32,12 @@ uuid = { version = "0.8", features = ["serde", "v4"] } clap = "2.33" -rsasl = "0.1" +#rsasl = "0.1" # rumqtt needs tokio which I'm trying to get away from -paho-mqtt = "0.7.1" +paho-mqtt = { git = "https://github.com/dequbed/paho.mqtt.rust.git", branch = "master", features = ["build_bindgen"] } -mlua = { version = "0.4", features = ["async", "luajit"] } +#mlua = { version = "0.4", features = ["async", "luajit"] } libc = "0.2" lmdb-rkv = "0.14"