[package]
name = "amethyst_assets"
version = "0.15.3"
authors = ["torkleyy <torkleyy@gmail.com>", "Amethyst Foundation <contact@amethyst.rs>"]
readme = "README.md"
edition = "2018"
description = """
Asynchronous asset management for games.
"""
exclude = ["examples/*"]
license = "MIT/Apache-2.0"
keywords = ["game", "asset", "resource", "management", "amethyst"]
categories = ["filesystem"]
documentation = "https://docs.amethyst.rs/stable/amethyst_assets/"
homepage = "https://amethyst.rs/"
repository = "https://github.com/amethyst/amethyst"
[badges]
travis-ci = { repository = "amethyst/amethyst" }
[dependencies]
amethyst_core = { path = "../amethyst_core", version = "0.15.3" }
amethyst_derive = { path = "../amethyst_derive", version = "0.15.3" }
amethyst_error = { path = "../amethyst_error", version = "0.15.3" }
crossbeam-queue = "0.1.2"
derivative = "2.1.1"
derive-new = "0.5"
fnv = "1"
log = "0.4.6"
parking_lot = "0.10"
rayon = "1.3.0"
serde = { version = "1", features = ["derive"] }
serde_json = { version = "1", optional = true }
ron = "0.5"
thread_profiler = { version = "0.3", optional = true }
err-derive = "0.2.3"
objekt = "0.1.2"
erased-serde = "0.3.9"
inventory = "0.1.5"
lazy_static = "1.4"
[features]
profiler = [ "thread_profiler/thread_profiler" ]
json = [ "serde_json" ]