i18n-config 0.4.6

This library contains the configuration stucts (along with their parsing functions) for the cargo-i18n tool/system.
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.log]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

[dependencies.unic-langid]
features = ["serde"]
version = "0.9"

[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"