i18n-format 0.4.0

A simple macro to allow formatting with gettext with a workaround for older xgettext
Documentation
[dependencies.formatx]
version = "0.2.3"

[dependencies.gettext-rs]
features = ["gettext-system"]
version = "0.7.0"

[dependencies.i18n-format-macro]
optional = true
version = "0.4.0"

[features]
legacy = ["i18n-format-macro"]

[lib]
name = "i18n_format"
path = "src/lib.rs"

[package]
authors = ["Hubert Figuière <hub@figuiere.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple macro to allow formatting with gettext with a workaround for older xgettext"
documentation = "https://docs.rs/i18n-format/"
edition = "2021"
keywords = ["proc-macro", "i18n", "gettext"]
license = "MIT"
name = "i18n-format"
readme = "README.md"
repository = "https://github.com/hfiguiere/i18n-format"
version = "0.4.0"

[[test]]
name = "macro"
path = "tests/macro.rs"