[dependencies.byteorder]
version = "1.3.4"
[dependencies.futures-util]
version = "0.3.5"
[dependencies.tokio]
features = ["rt-core", "fs"]
version = "0.2.22"
[dev-dependencies.tokio]
features = ["rt-core", "fs", "macros"]
version = "0.2.22"
[package]
authors = ["f3kilo <f3kilo@yandex.ru>"]
description = "Asynchronously read, validate and parse KTX v.2 texture files"
edition = "2018"
license = "Apache-2.0"
name = "ktx2-reader"
readme = "README.md"
repository = "https://github.com/F3kilo/ktx2-reader"
version = "0.1.0"