[package] name = "rtx-digital-twin-shared" version = "1.0.0" edition = "2024" rust-version = "1.92" description = "Shared types for RustyTorch++ Digital Twin demo IPC" authors = ["RustyTorch Team"] license = "MIT OR Apache-2.0" repository = "https://github.com/rustytorch/rustytorch" [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "2" [dev-dependencies] proptest = "1.4" approx = "0.5" [lints] workspace = true