# 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 = "icns-rs" version = "0.1.2" description = "A library for reading and writing Apple Icon Image (.icns) files." homepage = "https://github.com/JoshuaBrest/icns-rs" documentation = "https://docs.rs/icns-rs" readme = "README.md" keywords = [ "icns", "image", "apple", "icon", ] license = "LGPL-3.0-or-later" repository = "https://github.com/JoshuaBrest/icns-rs" [[example]] name = "encode" path = "examples/encode.rs" [dependencies.image] version = "0.24.6"