[package]
edition = "2021"
rust-version = "1.80"
name = "pofile"
version = "5.0.0-beta.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust core for parsing and serializing GNU gettext PO files."
homepage = "https://github.com/sebastian-software/pofile-ts"
documentation = "https://docs.rs/pofile"
readme = "README.md"
keywords = [
"gettext",
"po",
"icu",
"i18n",
"lingui",
]
categories = [
"internationalization",
"localization",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/sebastian-software/pofile-ts"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[lib]
name = "pofile"
path = "src/lib.rs"
[[example]]
name = "catalog_runtime"
path = "examples/catalog_runtime.rs"
[[example]]
name = "po_roundtrip"
path = "examples/po_roundtrip.rs"
[[test]]
name = "catalog"
path = "tests/catalog.rs"
[[test]]
name = "po"
path = "tests/po.rs"
[[test]]
name = "references"
path = "tests/references.rs"