rusqlite/libsqlite3-sys
Thom Chiovoloni fe80b51e89 Allow specifying both sqlcipher and bundled.
This is useful because currently, when using `rusqlite` in a Cargo
workspace with one crate that uses `sqlcipher` and another that uses
`bundled`, a build error will be triggered by an unqualified `cargo
build` (as cargo will use the union of all features enabled by crates in
the workspace).

Instead of panicing, this just emits a warning, before (mostly) ignoring
that the `bundled` feature was specified. Note: in this configuration,
we still use our bundled bindings, to avoid changing `rusqlite` to
handle this edge case (hence 'mostly').
2019-04-19 11:57:29 -07:00
..
bindgen-bindings Restore old bindgen for Diesel 2019-01-06 09:50:35 +01:00
sqlite3 Upgrade bundled version to SQLite 3.27.2 2019-03-10 13:49:21 +01:00
src Fix some enum representation 2019-02-02 11:04:46 +01:00
.gitignore Build raw sqlite interface as libsqlite3-sys 2015-02-23 20:37:55 -05:00
build.rs Allow specifying both sqlcipher and bundled. 2019-04-19 11:57:29 -07:00
Cargo.toml Upgrade bundled version to SQLite 3.27.2 2019-03-10 13:49:21 +01:00
upgrade.sh Upgrade bundled version to SQLite 3.27.2 2019-03-10 13:49:21 +01:00
wrapper.h Update libsqlite3-sys to run bindgen at build time 2017-02-08 20:40:30 -05:00