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