[package] name = "lighthouse-protocol" description = "Protocol types for Project Lighthouse" categories = ["api-bindings"] repository = "https://github.com/ProjectLighthouseCAU/lighthouse-rust" version.workspace = true edition.workspace = true license.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8" rmpv = { version = "1.0.1", features = ["with-serde"] } serde = { version = "1.0", features = ["derive"] } serde_with = "3.4"