# 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 = "hrpc-build" version = "0.33.1" authors = ["Yusuf Bera Ertan "] description = "Code generation for hRPC." homepage = "https://github.com/harmony-development/hrpc-rs" keywords = ["hrpc", "harmony", "rpc", "build", "protobuf"] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/harmony-development/hrpc-rs" resolver = "2" [package.metadata.docs.rs] all-features = true [package.metadata.nix] build = true library = true [dependencies.proc-macro2] version = "1.0" [dependencies.prost-build] version = "0.10" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" [features] client = [] client_default_transport_hyper_http = [] client_default_transport_wasm_http = [] default = ["rustfmt"] default_transport_http = ["server_default_transport_http", "client_default_transport_hyper_http"] rustfmt = [] server = [] server_default_transport_http = []