[package] name = "purple-plugin-delta" version = "0.1.0" authors = ["Nick Thomas "] [lib] name = "purple_delta" path = "src/lib.rs" crate-type = ["dylib"] [dependencies] deltachat = { git = "https://github.com/deltachat/deltachat-core-rust", tag="v1.51.0" } glib-sys = "*" glib = "*" lazy_static = "1.4.0" libc = "*" log = "0.4.8" paste ="*" purple-sys = { git = "https://github.com/lupine/libpurple-rust", branch="with-flared" } serde = "*" # Keep in sync with deltachat-core-rust [dependencies.async-std] version = "~1.8" features = ["unstable"] [profile.release] lto = true