# 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 = "my_main_parser_kma_zaporozhetss" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A JSON parser created in Rust using Pest grammar." documentation = "https://docs.rs/my_main_parser_kma_zaporozhetss" readme = "README.md" license = "MIT" [lib] name = "my_main_parser_kma_zaporozhetss" path = "src/lib.rs" [[bin]] name = "my_main_parser_kma_zaporozhetss" path = "src/main.rs" [[test]] name = "tests" path = "tests/tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.20" features = ["cargo"] [dependencies.env_logger] version = "0.11.5" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.1" [dependencies.pest_derive] version = "2.1" [dependencies.quick-xml] version = "0.37.0" features = ["serialize"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34+deprecated" [dependencies.tempfile] version = "3.3" [dependencies.thiserror] version = "1.0"