# 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 = "2018" name = "ttrpc-codegen" version = "0.2.4" authors = ["The AntFin Kata Team "] description = "Rust codegen for ttrpc using ttrpc-compiler crate" homepage = "https://github.com/containerd/ttrpc-rust/tree/master/ttrpc-codegen" readme = "README.md" keywords = [ "codegen", "ttrpc", "protobuf", ] categories = [ "network-programming", "development-tools::build-utils", ] license = "Apache-2.0" repository = "https://github.com/containerd/ttrpc-rust/tree/master/ttrpc-codegen" [dependencies.protobuf] version = "2.28.0" [dependencies.protobuf-codegen] version = "2.28.2" package = "protobuf-codegen3" [dependencies.protobuf-codegen-pure] version = "2.28.2" package = "protobuf-codegen-pure3" [dependencies.ttrpc-compiler] version = "0.4.4"