[package] authors = ["Raul Gherman"] name = "quack-builder" version = "0.1.20241121" edition = "2021" description = """ Rust code generator from .proto files. Initially forked from `https://github.com/tafia/quick-protobuf`, which seems kinda abandoned... :/ """ readme = "README.md" license = "MIT" documentation = "https://docs.rs/quack-builder" homepage = "https://github.com/raul-gherman/quack-builder" repository = "https://github.com/raul-gherman/quack-builder" [dependencies] clap = "2.34.0" # TODO: bump to clap v4.5.18 nom = "7"