File: relax-deps.diff

package info (click to toggle)
rust-libsqlite3-sys 0.26.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 328 kB
  • sloc: sh: 25; ansic: 5; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 584 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -55,22 +55,7 @@
     "pkg-config",
     "vcpkg",
 ]
-bundled = [
-    "cc",
-    "bundled_bindings",
-]
-bundled-sqlcipher = ["bundled"]
-bundled-sqlcipher-vendored-openssl = [
-    "bundled-sqlcipher",
-    "openssl-sys/vendored",
-]
-bundled-windows = [
-    "cc",
-    "bundled_bindings",
-]
-bundled_bindings = []
 default = ["min_sqlite_version_3_14_0"]
-in_gecko = []
 min_sqlite_version_3_14_0 = [
     "pkg-config",
     "vcpkg",
@@ -83,5 +68,4 @@
 sqlcipher = []
 unlock_notify = []
 wasm32-wasi-vfs = []
-winsqlite3 = []
 with-asan = []