amethyst_locale 0.5.0

Localisation bindings.
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]
edition = "2018"
name = "amethyst_locale"
version = "0.5.0"
authors = ["Joël Lupien <jojolepromain@gmail.com>"]
exclude = ["examples/*"]
description = "Localisation bindings.\n"
homepage = "https://amethyst.rs/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_locale/"
readme = "README.md"
keywords = ["game", "localisation", "resource", "management", "amethyst"]
categories = ["filesystem,localisation"]
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.amethyst_assets]
version = "0.7.0"

[dependencies.amethyst_core]
version = "0.6.0"

[dependencies.amethyst_error]
version = "0.1.0"

[dependencies.fluent]
version = "0.4.3"

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

[dependencies.thread_profiler]
version = "0.3"
optional = true

[features]
float64 = ["amethyst_core/float64"]
profiler = ["thread_profiler/thread_profiler"]
[badges.appveyor]
branch = "master"
repository = "amethyst/amethyst"

[badges.travis-ci]
repository = "amethyst/amethyst"