[package]
name = "decant-protocol"
edition.workspace = true
version.workspace = true
license.workspace = true
description = "Decant RPC wire protocol, the funnel. Shared by the Linux daemon and the windows-gnu interposer DLL."
repository.workspace = true
homepage.workspace = true
readme.workspace = true
rust-version.workspace = true
keywords.workspace = true
categories.workspace = true
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
serde.workspace = true
bincode.workspace = true
[dev-dependencies]
proptest = "1"