i18n-config 0.4.6

This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.
Documentation
[package]
authors = ["Luke Frisken <l.frisken@gmail.com>"]
categories = ["localization", "internationalization"]
description = "This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system."
edition = "2018"
keywords = ["cargo", "build", "i18n", "gettext", "locale"]
license = "MIT"
name = "i18n-config"
readme = "README.md"
repository = "https://github.com/kellpossible/cargo-i18n/tree/master/i18n-config"
version = "0.4.6"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
log = { workspace = true }
toml = "0.8"
serde = { workspace = true, features = ["derive"] }
serde_derive = { workspace = true }
thiserror = { workspace = true }
unic-langid = { workspace = true, features = ["serde"] }