pofile 5.0.0-beta.0

Rust core for parsing and serializing GNU gettext PO files.
Documentation
# 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"
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"