[package] name = "rexmpp_rust" version = "0.1.0" authors = ["defanor "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "rexmpp_rust" crate-type = ["staticlib"] path = "rexmpp_rust.rs" [dependencies] libc = "0.2" errno = "0.3" rxml = "0.9"