# 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 = "rapid-qoi" version = "0.6.1" authors = [] description = "Optimized QOI format encoder and decoder" homepage = "https://github.com/zakarumych/rapid-qoi" documentation = "https://docs.rs/rapid-qoi" readme = "README.md" keywords = ["qoi", "image", "encode", "decode", "no-std"] categories = ["algorithms", "compression", "multimedia::encoding", "no-std"] license = "MIT OR Apache-2.0" repository = "https://github.com/zakarumych/rapid-qoi" [dependencies.bytemuck] version = "1.0" features = ["min_const_generics"] [features] alloc = [] default = ["std"] io = ["std"] std = ["alloc"]