[dependencies.log]
version = "0.4.17"
[dev-dependencies.image]
version = "0.24.4"
[features]
default = []
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["WrapFX"]
description = "Lightweight, asynchronous and extensible asset framework made for use in games and apps."
edition = "2021"
keywords = ["game", "app", "gamedev", "jampack", "encoding"]
license = "MIT"
name = "jampack"
readme = "README.md"
repository = "https://github.com/WrapFX/jampack"
version = "1.0.0"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.pollster]
version = "0.2.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.sha1]
version = "0.10.5"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.walkdir]
version = "2.3.2"
[target."cfg(target_arch = \"wasm32\")".dependencies.gloo-net]
version = "0.2.4"