[package] name = "protobuf-support2" version = "4.0.0-alpha.2" authors = ["Stepan Koltsov "] edition = "2021" license = "MIT" homepage = "https://github.com/LYF1999/rust-protobuf/" repository = "https://github.com/LYF1999/rust-protobuf/" documentation = "https://github.com/LYF1999/rust-protobuf/blob/protobuf2/README.md" description = """ Code supporting protobuf implementation. None of code in this crate is public API. """ [lib] bench = false [features] [dependencies] thiserror = "1.0.30" [package.metadata.docs.rs] all-features = true