[package] name = "commonware-codec" edition.workspace = true publish = true version.workspace = true license.workspace = true description = "Serialize structured data." readme = "README.md" homepage.workspace = true repository = "https://github.com/commonwarexyz/monorepo/tree/main/codec" documentation = "https://docs.rs/commonware-codec" [features] default = ["std"] std = ["thiserror/std", "bytes/std"] [dependencies] thiserror = { workspace = true } bytes = { workspace = true } paste = { workspace = true }