# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "puroro-codegen" version = "0.14.0" authors = ["Shohei Wada "] description = "Google Protocol Buffer's compiler plugin implementation for puroro" documentation = "https://docs.rs/puroro/" license = "Apache-2.0" repository = "https://github.com/wada314/puroro" resolver = "1" [lib] [[bin]] name = "puroro-plugin" path = "src/main.rs" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.4" [dependencies.once_cell] version = "1.17" [dependencies.prettyplease] version = "0.1.23" [dependencies.proc-macro2] version = "1.0" [dependencies.protoc-bin-vendored] version = "3.0.0" [dependencies.quote] version = "1.0" [dependencies.stable_puroro] version = "0.14.0" package = "puroro" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.thiserror] version = "1.0" [features] default = []