# 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 = "2021" name = "teeny-qoi" version = "0.1.0" description = "An implementation of the Quite Okay Image Format with no_std support" categories = [ "no-std", "multimedia::images", ] license = "MIT OR Apache-2.0" repository = "https://github.com/emily-signet/teeny-qoi" resolver = "2" [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.zerocopy] version = "0.6.1" [dev-dependencies.image] version = "0.24.1" [features] alloc = [] default = ["std"] std = []