[package] name = "puroro" version = "0.14.0" authors = ["Shohei Wada "] edition = "2021" license = "Apache-2.0" description = "A Rust implementation of Google Protocol Buffer." repository = "https://github.com/wada314/puroro" readme = "../readme.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] thiserror = "1.0" either = "1.8" bitvec = "1.0" [features] default = [] allocator_api = []