# 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 = "power-protobuf-lib" version = "0.1.11" description = "lib for protobuf!" homepage = "https://github.com/powermacros/power-protobuf" documentation = "https://docs.rs/power-protobuf-lib" license = "MIT" repository = "https://github.com/powermacros/power-protobuf" [dependencies.cargo_toml] version = "0.20.0" [dependencies.convert_case] version = "0.6" [dependencies.indexmap] version = "2.0" [dependencies.nom] version = "7.1.3" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "full", "extra-traits", ] [dependencies.syn-prelude] version = "0.1.3" [features] default = [ "impl_prost", "tagless", "simplize_rpc_params", "derive_serde", ] derive_serde = [] impl_prost = [] impl_protobuf_rs = [] simplize_rpc_params = [] tagless = []