# 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 = "pdx-syntax" version = "0.2.0" authors = ["Halifuda"] description = "Paradox script/localization syntax parser." documentation = "https://docs.rs/pdx-syntax" readme = "README.md" keywords = [ "paradox", "parser", "game", "tools", ] license = "MIT" repository = "https://github.com/Halifuda/pdx-syntax" [[example]] name = "single_script" [[example]] name = "all_scripts" [[example]] name = "single_loc" [[example]] name = "all_loc" [dependencies.lalrpop-util] version = "0.20.0" features = ["lexer"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strip_bom] version = "1.0" [build-dependencies.lalrpop] version = "0.20.0"