refactor: Remove smart-features and its associated dependencies, and refine broker-nats feature declaration.

This commit is contained in:
2026-01-02 05:31:08 +01:00
parent 8dfb3c6922
commit cb73f146c5
4 changed files with 49 additions and 2035 deletions

View File

@@ -5,7 +5,7 @@ edition = "2024"
default-run = "template-api"
[features]
default = ["sqlite", "smart-features"]
default = ["sqlite"]
sqlite = [
"template-infra/sqlite",
"tower-sessions-sqlx-store/sqlite",
@@ -17,7 +17,7 @@ postgres = [
"sqlx/postgres",
"k-core/postgres",
]
smart-features = ["template-infra/smart-features", "template-infra/broker-nats"]
broker-nats = ["template-infra/broker-nats"]
[dependencies]
k-core = { git = "https://git.gabrielkaszewski.dev/GKaszewski/k-core", features = [