[package] name = "deltachat_ffi" version = "1.43.0" description = "Deltachat FFI" authors = ["Delta Chat Developers (ML) "] edition = "2018" readme = "README.md" license = "MPL-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 } libc = "0.2" human-panic = "1.0.1" num-traits = "0.2.6" serde_json = "1.0" async-std = "1.6.0" anyhow = "1.0.28" thiserror = "1.0.14" [features] default = ["vendored"] vendored = ["deltachat/vendored"] nightly = ["deltachat/nightly"]