diff --git a/src/main/Cargo.toml b/src/main/Cargo.toml
index bc3e3951ce20815f18da413ff0472af055b1a148..97575c684aa2ef3d042968aca7eb38cc8a610b79 100644
--- a/src/main/Cargo.toml
+++ b/src/main/Cargo.toml
@@ -89,7 +89,7 @@ io_uring = [
 jemalloc = [
 	"conduit-admin/jemalloc",
 	"conduit-core/jemalloc",
-	"conduit-database/jemalloc",	
+	"conduit-database/jemalloc",
 ]
 jemalloc_prof = [
 	"conduit-core/jemalloc_prof",
@@ -132,10 +132,6 @@ sentry_telemetry = [
 sha256_media = [
 	"conduit-service/sha256_media",
 ]
-sqlite = [
-	"conduit-core/sqlite",
-	"conduit-database/sqlite",
-]
 systemd = [
 	"conduit-router/systemd",
 ]