# 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 = "2018" name = "keeshond_datapack" version = "0.13.0" authors = ["Danni H "] description = "A simple framework for loading and caching game assets" readme = "README.md" categories = [ "game-engines", "filesystem", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/cosmicchipsocket/keeshond" [dependencies.downcast-rs] version = "1.2.0" [dependencies.failure] version = "0.1.5" [dependencies.failure_derive] version = "0.1.5" [dependencies.generic-array] version = "0.14.1" [dependencies.log] version = "0.4.6" features = ["std"] [dependencies.rustc-hash] version = "1.1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.typenum] version = "1.10.0" [dependencies.walkdir] version = "2.2.7" [dependencies.zip] version = "0.5.12"