# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "flatbox_assets" version = "0.1.0" description = "Provides assets management functionality for Flatbox engine" homepage = "https://konceptosociala.eu.org/flatbox" keywords = ["flatbox"] categories = [ "game-engines", "rendering", ] license = "Unlicense" repository = "https://github.com/konceptosociala/flatbox" [dependencies.as-any] version = "0.3.1" [dependencies.flatbox_core] version = "0.1.0" [dependencies.flatbox_ecs] version = "0.1.0" optional = true [dependencies.lz4] version = "1.24.0" [dependencies.parking_lot] version = "0.12.0" features = ["serde"] [dependencies.pretty-type-name] version = "1.0.1" [dependencies.ron] version = "0.8.1" [dependencies.serde] version = "1.0.188" features = [ "derive", "rc", ] [dependencies.slotmap] version = "1.0.6" features = ["serde"] [dependencies.tar] version = "0.4.40" [dependencies.thiserror] version = "1.0.49" [dependencies.typetag] version = "0.2.13" [features] default = ["ecs"] ecs = ["dep:flatbox_ecs"]