# 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 = "libktx-rs" version = "0.3.3" authors = ["Paolo Jovon "] include = ["/Cargo.toml", "/../.gitmodules", "/../README.md", "/../LICENSE", "/src/*.rs"] description = "Reading, writing and transcoding of Khronos Textures (KTX1 and KTX2)." readme = "../README.md" keywords = ["ktx", "texture", "image", "graphics", "bindings"] categories = ["api-bindings", "graphics"] license = "Apache-2.0" repository = "https://github.com/UberLambda/libktx-rs" [package.metadata.docs.rs] features = ["libktx-rs-sys/write", "libktx-rs-sys/docs-only"] [dependencies.bitflags] version = "1.3.2" [dependencies.libktx-rs-sys] version = "0.3.3" [dependencies.log] version = "0.4.14" [dev-dependencies.libktx-rs-macros] version = "0.1.0" [features] default = ["write"] test-images = [] write = ["libktx-rs-sys/write"]