From fc52cb5627d55e206949a7b7ed4bc0f6bbdb57fb Mon Sep 17 00:00:00 2001 From: Ivan Stankovic Date: Sun, 28 Feb 2016 12:19:28 +0100 Subject: [PATCH] Reexport sqlite3-sys feature sqlcipher. --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index d80ecaf..6fdf534 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,3 +18,8 @@ sqlite3-sys = "0.6" [dev-dependencies] temporary = "0.5" + +[features] +# Link sqlite3-sys against sqlcipher, instead of sqlite3, +# enabling support for transparent database encryption. +sqlcipher = ["sqlite3-sys/sqlcipher"]