We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libsqlite3-sys
pq-sys
1 parent 00448e3 commit 4fccd49Copy full SHA for 4fccd49
crates/bin/Cargo.toml
@@ -43,3 +43,8 @@ mimalloc = "0.1.43"
43
num_cpus = "1.16.0"
44
pq-sys = { version = "0.6.3", optional = true }
45
tokio = { workspace = true, features = ["rt", "rt-multi-thread"] }
46
+
47
+[package.metadata.cargo-machete]
48
+# The drivers here aren't actually used in the crate, they're mainly here
49
+# to statically link them if their respected features is enabled
50
+ignored = ["libsqlite3-sys", "pq-sys"]
0 commit comments