[dependencies.anyhow]
version = "1"
[dependencies.byteorder]
version = "1"
[dependencies.log]
version = "0.4"
[dependencies.num_enum]
version = "0.7"
[dependencies.tokio]
optional = true
version = "1"
[[example]]
name = "load_binary"
path = "examples/load_binary.rs"
[[example]]
name = "pack"
path = "examples/pack.rs"
[features]
async = ["tokio"]
[lib]
name = "zhixiang"
path = "src/lib.rs"
[package]
authors = ["Icemic <bingfeng.web@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Multi-platform game assets package format."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "zhixiang"
readme = "README.md"
repository = "https://github.com/Icemic/zhixiang"
version = "0.1.0"