[[bin]]
name = "config_gen"
path = "src/bin/config_gen.rs"
[[bin]]
name = "modelexpress-server"
path = "src/main.rs"
[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.98"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "env"]
version = "4.5"
[dependencies.config]
features = ["yaml", "toml", "json"]
version = "0.15"
[dependencies.futures]
version = "0.3"
[dependencies.hf-hub]
default-features = false
features = ["tokio", "rustls-tls"]
version = "0.4.3"
[dependencies.jiff]
features = ["serde"]
version = "0.2.15"
[dependencies.modelexpress-common]
version = "0.2.0"
[dependencies.once_cell]
version = "1.21.3"
[dependencies.prost]
version = "0.13"
[dependencies.rusqlite]
features = ["bundled", "chrono"]
version = "0.37"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.tokio]
features = ["full"]
version = "1.46"
[dependencies.tokio-stream]
version = "0.1"
[dependencies.toml]
version = "0.9"
[dependencies.tonic]
version = "0.13"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.tempfile]
version = "3.20"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tonic-build]
version = "0.13"
[lib]
name = "modelexpress_server"
path = "src/lib.rs"
[lints.clippy]
alloc_instead_of_core = "deny"
allow_attributes = "allow"
arbitrary_source_item_ordering = "allow"
arithmetic_side_effects = "deny"
expect_used = "deny"
implicit_return = "allow"
missing_errors_doc = "allow"
mod_module_files = "deny"
print_stdout = "allow"
pub_use = "allow"
pub_with_shorthand = "allow"
pub_without_shorthand = "deny"
question_mark_used = "allow"
self_named_module_files = "allow"
shadow_reuse = "allow"
shadow_same = "allow"
shadow_unrelated = "allow"
single_call_fn = "allow"
todo = "allow"
unwrap_used = "deny"
use_debug = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.complexity]
level = "deny"
priority = -1
[lints.clippy.perf]
level = "deny"
priority = -1
[lints.clippy.style]
level = "deny"
priority = -1
[lints.clippy.suspicious]
level = "deny"
priority = -1
[lints.rust]
[package]
authors = ["NVIDIA Inc. <sw-dl-dynamo@nvidia.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance gRPC server for model serving and management"
edition = "2024"
homepage = "https://github.com/ai-dynamo/modelexpress"
keywords = ["llm", "inference", "nvidia"]
license = "Apache-2.0"
name = "modelexpress-server"
readme = false
repository = "https://github.com/ai-dynamo/modelexpress.git"
version = "0.2.0"