# 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" rust-version = "1.74.0" name = "micropb-gen" version = "0.1.0" authors = ["Yuhan Lin "] description = "Generate Rust module from Protobuf files" readme = "README.md" keywords = [ "protobuf", "no_std", "embedded", "serialization", ] categories = [ "embedded", "no-std::no-alloc", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/YuhanLiin/micropb" [dependencies.convert_case] version = "0.6" [dependencies.micropb] version = "0.1.0" features = ["std"] [dependencies.prettyplease] version = "0.2.17" optional = true [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "parsing", "derive", "printing", ] default-features = false [dependencies.tempfile] version = "3.10" [dev-dependencies.syn] version = "2" features = ["extra-traits"] default-features = false [features] default = ["format"] format = ["dep:prettyplease"]