# 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-compiler" version = "0.6.3" authors = ["The AntFin Kata Team "] description = "ttRPC compiler for ttrpc" homepage = "https://github.com/containerd/ttrpc-rust/tree/master/compiler" readme = "README.md" keywords = [ "compiler", "ttrpc", "protobuf", ] categories = ["network-programming"] license = "Apache-2.0" repository = "https://github.com/containerd/ttrpc-rust/tree/master/compiler" [[bin]] name = "ttrpc_rust_plugin" [dependencies.derive-new] version = "0.5" [dependencies.prost] version = "0.8" [dependencies.prost-build] version = "0.8" [dependencies.prost-types] version = "0.8" [dependencies.protobuf] version = "2.27.1" [dependencies.protobuf-codegen] version = "2.27.1" [dependencies.tempfile] version = "3.0"