[package] name = "serde-ipc" version = "0.1.0" edition = "2021" authors = ["Mark Poliakov "] [dependencies] postcard.workspace = true serde.workspace = true thiserror.workspace = true tempfile = "3.12.0" [lints.rust] unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }