# 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 = "proto-file-parser" version = "0.1.1" authors = ["Illia Antypenko i.antypenko@ukma.edu.ua"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Protocol Buffer Definition (.proto) parser that converts proto files to JSON format" readme = "README.md" license = "MIT" repository = "https://github.com/yourusername/proto-file-parser" [lib] name = "proto_file_parser" path = "src/lib.rs" [[bin]] name = "proto-file-parser" path = "src/main.rs" [[test]] name = "parser_tests" path = "tests/parser_tests.rs" [dependencies.pest] version = "2.7" [dependencies.pest_derive] version = "2.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.14.0" [dependencies.thiserror] version = "1.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_assertions] version = "1.4"