json-gettext 1.6.1

A library for getting text from JSON usually for internationalization.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "json-gettext"
version = "1.6.1"
authors = ["Magic Len <len@magiclen.org>"]
description = "A library for getting text from JSON usually for internationalization."
homepage = "https://magiclen.org/json-gettext"
readme = "README.md"
keywords = ["json", "i18n", "multi-language", "static"]
categories = ["internationalization"]
license = "MIT"
repository = "https://github.com/magiclen/json-gettext"
[dependencies.lazy-static-include]
version = "1.2"

[dependencies.lazy_static]
version = "1.1"

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1.0.72"

[dependencies.serde_json]
version = "1.0.26"

[features]
nightly = []
[badges.appveyor]
branch = "master"
repository = "magiclen/json-gettext"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "magiclen/json-gettext"