[requires] build = ["pkgconfig(sqlcipher)", "pkgconfig(sqlite3) >= 3.7.16"] lib = ["pkgconfig(sqlite3) >= 3.7.16"] features.sqlcipher = ["pkgconfig(sqlcipher)"] [scripts] prep.post = [ "# * remove bundled copies of sqlite and sqlcipher", "rm -vr sqlite3/ sqlcipher/", ]