[package] name = "gantry-protocol" version = "0.0.8" authors = ["Kevin Hoffman "] edition = "2018" description = "Protocol message primitives for the Gantry protocol" license = "Apache-2.0" documentation = "https://docs.rs/gantry-protocol" readme = "README.md" keywords = ["webassembly", "wasm", "codec", "gantry"] categories = ["wasm", "data-structures","encoding"] homepage = "https://wascc.dev" [dependencies] serde = "1.0.115" serde_json = "1.0.57" serde_derive = "1.0.115" rmp-serde = "0.14.4"