# 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] name = "protobuf-codegen-pure" version = "2.28.0" authors = ["Stepan Koltsov "] description = """ Pure-rust codegen for protobuf using protobuf-parser crate WIP """ homepage = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/" readme = "README.md" license = "MIT" repository = "https://github.com/stepancheg/rust-protobuf/tree/master/protobuf-codegen-pure/" [package.metadata.docs.rs] all-features = true [lib] doctest = false bench = false [[bin]] name = "parse-and-typecheck" path = "src/bin/parse-and-typecheck.rs" test = false [dependencies.protobuf] version = "=2.28.0" [dependencies.protobuf-codegen] version = "=2.28.0"