[package]
name = "cyclone-runtime-rust"
version = "1.0.1"
edition = "2021"
description = "Rust reference runtime for the Cyclone binary wire format: Writer, Reader, DecodeError."
license = "Apache-2.0"
keywords = ["binary", "serialization", "wire-format", "cyclone", "deterministic"]
categories = ["encoding", "network-programming"]
readme = "README.md"
homepage = "https://cyclone-protocol.github.io"
repository = "https://github.com/cyclone-protocol/runtime-rust"
[lib]
name = "cyclone_runtime"
[dependencies]