Remove unused yaak-proxy-models crate

Replaced by a purpose-built ProxyEntry model to be added to
yaak-proxy-lib, which better handles multi-protocol capture
(HTTP, gRPC, GraphQL, WebSocket) without REST-specific assumptions.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Gregory Schier
2026-03-08 11:38:16 -07:00
parent 6f8c4c06bb
commit a5433fbc74
7 changed files with 0 additions and 306 deletions

17
Cargo.lock generated
View File

@@ -10602,23 +10602,6 @@ dependencies = [
"yaak-rpc",
]
[[package]]
name = "yaak-proxy-models"
version = "0.1.0"
dependencies = [
"chrono",
"include_dir",
"log 0.4.29",
"r2d2",
"r2d2_sqlite",
"rusqlite",
"sea-query",
"serde",
"serde_json",
"thiserror 2.0.17",
"yaak-database",
]
[[package]]
name = "yaak-rpc"
version = "0.0.0"