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

@@ -66,7 +66,7 @@ This template uses Cargo features to control compilation of infrastructure adapt
| `sqlite` | Enables SQLite repository implementations and dependencies | `template-infra`, `template-api` |
| `postgres` | Enables PostgreSQL repository implementations and dependencies | `template-infra`, `template-api` |
| `broker-nats`| Enables NATS messaging support | `template-infra` |
| `smart-features` | Enables AI/Vector DB capabilities (Qdrant, FastEmbed) | `template-infra` |
### Switching Databases