# 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 = "energyleaf-proto" version = "2.0.0" authors = ["pgenergy "] build = "build.rs" include = [ "**/*.rs", "Cargo.toml", "proto/*.proto", "README.md", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Protobuf definitions for Energyleaf" readme = "README.md" license = "MIT" repository = "https://github.com/pgenergy/Protocol" [lib] name = "energyleaf_proto" path = "src/lib.rs" [dependencies.prost] version = "0.12.6" [build-dependencies.glob] version = "0.3.1" [build-dependencies.prost-build] version = "0.12.6"