Files
rustytorch/demos/rtx-inference-profiler/Cargo.toml
T
2026-03-04 00:08:42 +00:00

24 lines
536 B
TOML

[package]
name = "rtx-inference-profiler"
version = "1.0.0"
edition = "2024"
rust-version = "1.92"
description = "RustyTorch++ Inference Profiler backend"
authors = ["RustyTorch Team"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustytorch/rustytorch"
[dependencies]
inference-profiler-shared = { path = "../inference-profiler-shared" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
rand = "0.8"
[dev-dependencies]
approx = "0.5"
proptest = "1.4"
[lints]
workspace = true