| 1 | [package] |
| 2 | name = "deepseek-tools" |
| 3 | version.workspace = true |
| 4 | edition.workspace = true |
| 5 | license.workspace = true |
| 6 | repository.workspace = true |
| 7 | description = "Tool invocation lifecycle, schema validation, and scheduler parallelism for DeepSeek workspace architecture" |
| 8 | |
| 9 | [dependencies] |
| 10 | anyhow.workspace = true |
| 11 | async-trait.workspace = true |
| 12 | deepseek-protocol = { path = "../protocol", version = "0.8.15" } |
| 13 | serde.workspace = true |
| 14 | serde_json.workspace = true |
| 15 | tokio.workspace = true |
| 16 | uuid.workspace = true |
| 17 |