Files
rustytorch/crates/specialized/rtx-polygraph/Cargo.toml
T
2026-03-04 00:08:42 +00:00

34 lines
839 B
TOML

[package]
name = "rtx-polygraph"
version = "1.0.0"
edition.workspace = true
rust-version = "1.92"
authors.workspace = true
license.workspace = true
repository.workspace = true
[dependencies]
rtx-compiler = { path = "../rtx-compiler" }
rtx-synthesis = { path = "../rtx-synthesis" }
rtx-tensor = { path = "../../core/rtx-tensor" }
rustc-hash = "1.1"
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"
smallvec = { version = "1.11", features = ["const_generics"] }
indexmap = { version = "2.0", features = ["serde"] }
ahash = "0.8"
petgraph = { version = "0.6", default-features = false, features = ["serde-1"] }
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
proptest = "1.4"
test-log = "0.2"
env_logger = "0.10"
[[bench]]
name = "fusion_bench"
harness = false
[lints]
workspace = true