2023-12-28 10:39:21 +02:00
|
|
|
[package]
|
|
|
|
name = "serde-ipc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Mark Poliakov <mark@alnyan.me>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-12-09 10:21:15 +02:00
|
|
|
postcard.workspace = true
|
2024-10-30 21:13:41 +02:00
|
|
|
serde.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
2024-08-10 22:29:02 +03:00
|
|
|
tempfile = "3.12.0"
|
2024-10-31 22:53:46 +02:00
|
|
|
|
|
|
|
[lints.rust]
|
|
|
|
unexpected_cfgs = { level = "allow", check-cfg = ['cfg(rust_analyzer)'] }
|