[package] name = "deltachat_ffi" version = "1.0.0-alpha.5" 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 = "../", default-features = false } deltachat-provider-database = "0.2.1" libc = "0.2" human-panic = "1.0.1" num-traits = "0.2.6" [features] default = ["vendored", "nightly", "ringbuf"] vendored = ["deltachat/vendored"] nightly = ["deltachat/nightly"] ringbuf = ["deltachat/ringbuf"]