# 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 = "image2tensor" version = "0.3.1" authors = ["The Bytecode Alliance Developers"] publish = true description = "Image to tensor conversion" readme = "README.md" categories = [ "wasm", "computer-vision", ] license = "Apache-2.0" repository = "https://github.com/bytecodealliance/wasi-nn/tree/main/image2tensor" [package.metadata.docs.rs] targets = ["wasm32-wasi"] [dependencies.image] version = "0.24" features = [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", ] default-features = false