# 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 = "poreader" version = "1.1.2" authors = ["Frédéric Meyer "] description = "Read translation catalogs in PO format." documentation = "https://docs.rs/poreader" readme = "README.md" keywords = [ "translate", "po", "gettext", "file", ] categories = [ "internationalization", "text-processing", ] license = "MIT" repository = "https://github.com/corebreaker/poreader" [dependencies.lalrpop-util] version = "0.20.2" features = ["lexer"] [dependencies.locale_config] version = "0.3.0" [dependencies.regex] version = "1.10.4" [build-dependencies.lalrpop] version = "0.19.12"