# 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" rust-version = "1.68.0" name = "serialimagedata" version = "1.0.0" authors = ["Sunip K. Mukherjee"] exclude = [".github"] description = """ Serialization for the [image](https://crates.io/crates/image) crate's DynamicImage type, with additional metadata. """ homepage = "https://crates.io/crates/serialimagedata" readme = "README.MD" keywords = [ "image", "serialization", "deserialization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sunipkm/serialimagedata" [dependencies.image] version = "0.24.7" [dependencies.serde] version = "1.0.188" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.107" features = ["raw_value"]