# 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 = "img-parts" version = "0.3.0" exclude = ["tests/"] description = "Low level crate for reading and writing Jpeg, Png and RIFF image containers" readme = "README.md" keywords = [ "jpeg", "png", "icc", "exif", "no_std", ] categories = [ "multimedia::images", "multimedia::encoding", "parser-implementations", ] license = "MIT/Apache-2.0" repository = "https://github.com/paolobarbolini/img-parts" resolver = "1" [package.metadata.docs.rs] targets = [] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.bytes] version = "1" default-features = false [dependencies.crc32fast] version = "1.1.1" default-features = false [dependencies.miniz_oxide] version = "0.5" [features] default = ["std"] std = [ "bytes/std", "crc32fast/std", ]