[package]
name = "amethyst_config"
version = "0.12.0"
authors = ["Aceeri <conmcclusk@gmail.com>"]
edition = "2018"
description = "Loading from .ron files into Rust structures with defaults to prevent hard errors."
exclude = ["examples/*"]
documentation = "https://docs-src.amethyst.rs/stable/amethyst_config/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
license = "MIT/Apache-2.0"
[badges]
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
ron = "0.5"
serde = "1.0"
log = "0.4.6"
thread_profiler = { version = "0.3", optional = true }
[dev-dependencies]
serde_derive = "1"
[features]
profiler = [ "thread_profiler/thread_profiler" ]
nightly = []