[package] name = "mentat_ffi" version = "0.0.2" authors = ["Emily Toop "] [lib] name = "mentat_ffi" crate-type = ["lib", "staticlib", "cdylib"] [features] default = ["bundled_sqlite3"] sqlcipher = ["mentat/sqlcipher"] bundled_sqlite3 = ["mentat/bundled_sqlite3"] [dependencies] libc = "~0.2" [dependencies.mentat] path = "../" default-features = false