# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ktx-async" version = "0.1.1" authors = ["David Lin "] exclude = ["data/**/*"] description = "Asynchronous reader for KTX texture format" readme = "README.md" license = "MIT" repository = "https://github.com/davll/ktx" [dependencies.async-stream] version = "0.2" [dependencies.byteorder] version = "1.3" [dependencies.error-chain] version = "0.12" [dependencies.futures-core] version = "0.3" [dependencies.tokio] version = "0.2.3" features = ["io-util"] [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.gl] version = "0.14" [dev-dependencies.glutin] version = "0.22.0-alpha5" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.tokio] version = "0.2.3" features = ["full"] [badges.travis-ci] branch = "master" repository = "davll/ktx"