You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-rusqlite/rusqlite-fix-metadata.diff

41 lines
1.9 KiB

--- rusqlite-0.26.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rusqlite-0.26.3/Cargo.toml 2021-12-09T14:58:52.648947+00:00
@@ -21,6 +21,7 @@
categories = ["database"]
license = "MIT"
repository = "https://github.com/rusqlite/rusqlite"
+exclude = ["appveyor.yml", "clippy.toml", "codecov.yml", "publish-ghp-docs.sh", "test.csv"]
[package.metadata.docs.rs]
all-features = false
default-target = "x86_64-unknown-linux-gnu"
@@ -135,11 +136,6 @@
backup = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
blob = ["libsqlite3-sys/min_sqlite_version_3_7_7"]
buildtime_bindgen = ["libsqlite3-sys/buildtime_bindgen"]
-bundled = ["libsqlite3-sys/bundled", "modern_sqlite"]
-bundled-full = ["modern-full", "bundled"]
-bundled-sqlcipher = ["libsqlite3-sys/bundled-sqlcipher", "bundled"]
-bundled-sqlcipher-vendored-openssl = ["libsqlite3-sys/bundled-sqlcipher-vendored-openssl", "bundled-sqlcipher"]
-bundled-windows = ["libsqlite3-sys/bundled-windows"]
collation = []
column_decltype = []
csvtab = ["csv", "vtab"]
@@ -151,16 +147,14 @@
limits = []
load_extension = []
modern-full = ["array", "backup", "blob", "modern_sqlite", "chrono", "collation", "column_decltype", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "limits", "load_extension", "serde_json", "series", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "window"]
-modern_sqlite = ["libsqlite3-sys/bundled_bindings"]
+modern_sqlite = []
series = ["vtab"]
session = ["libsqlite3-sys/session", "hooks"]
sqlcipher = ["libsqlite3-sys/sqlcipher"]
trace = ["libsqlite3-sys/min_sqlite_version_3_6_23"]
unlock_notify = ["libsqlite3-sys/unlock_notify"]
vtab = ["libsqlite3-sys/min_sqlite_version_3_7_7", "lazy_static"]
-wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
window = ["functions"]
-winsqlite3 = ["libsqlite3-sys/winsqlite3"]
with-asan = ["libsqlite3-sys/with-asan"]
[badges.appveyor]
repository = "rusqlite/rusqlite"