[package] name = "deltachat_ffi" version = "1.0.0-alpha.0" description = "Deltachat FFI" authors = ["dignifiedquire "] edition = "2018" readme = "README.md" license = "MIT OR Apache-2.0" keywords = ["deltachat", "chat", "openpgp", "email", "encryption"] categories = ["cryptography", "std", "email"] [lib] name = "deltachat" crate-type = ["cdylib", "staticlib"] [dependencies] deltachat = { path = "../" } libc = "0.2" human-panic = "1.0.1" [features] default = ["deltachat/vendored"]