amethyst_config 0.12.0

Loading from .ron files into Rust structures with defaults to prevent hard errors.
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_config"
version = "0.12.0"
authors = ["Aceeri <conmcclusk@gmail.com>"]
exclude = ["examples/*"]
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
homepage = "https://amethyst.rs/"
documentation = "https://docs-src.amethyst.rs/stable/amethyst_config/"
license = "MIT/Apache-2.0"
repository = "https://github.com/amethyst/amethyst"
[dependencies.log]
version = "0.4.6"

[dependencies.ron]
version = "0.5"

[dependencies.serde]
version = "1.0"

[dependencies.thread_profiler]
version = "0.3"
optional = true
[dev-dependencies.serde_derive]
version = "1"

[features]
nightly = []
profiler = ["thread_profiler/thread_profiler"]
[badges.travis-ci]
repository = "amethyst/amethyst"