# 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 = "pobuilder" version = "0.1.0" authors = ["Frédéric Meyer "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Build or modify translation catalogs in PO format." documentation = "https://docs.rs/pobuilder" readme = "README.md" keywords = [ "translate", "po", "gettext", "file", ] categories = [ "internationalization", "text-processing", ] license = "MIT" repository = "https://github.com/corebreaker/pobuilder" [package.metadata.scripts] fmt = "cargo +nightly fmt --all" [lib] name = "pobuilder" path = "src/lib.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.lalrpop-util] version = "0.22" features = ["lexer"] [dependencies.locale_config] version = "0.3" [dependencies.regex] version = "1.11" [build-dependencies.lalrpop] version = "0.22"