# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved. # SPDX-License-Identifier: Apache-2.0 [package] name = "dynamo-engine-mistralrs" version.workspace = true edition.workspace = true description.workspace = true authors.workspace = true license.workspace = true homepage.workspace = true repository.workspace = true keywords.workspace = true [features] default = [] cuda = ["mistralrs/cuda"] metal = ["mistralrs/metal"] [dependencies] dynamo-runtime = { workspace = true } dynamo-llm = { workspace = true } anyhow = { workspace = true } dynamo-async-openai = { workspace = true } async-stream = { workspace = true } async-trait = { workspace = true } either = { workspace = true } indexmap = { version = "2.9.0", features = ["serde"] } mistralrs = { git = "https://github.com/EricLBuehler/mistral.rs.git", version = "0.6.0", rev = "a13220255" } serde_json = { workspace = true } tokio = { workspace = true } tracing = { workspace = true }