# 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 = "pnm" version = "0.1.0" authors = ["bend-n "] exclude = [ "tdata", ".gitignore", "examples", ] description = "portable anymap format encoding and decoding" readme = "README.md" keywords = [ "image", "format", "encoding", "decoding", ] categories = [ "multimedia::images", "graphics", "encoding", ] license = "MIT" repository = "https://github.com/bend-n/pnm" [dependencies.atools] version = "0.1.1" [dependencies.fimg] version = "0.4.41" default-features = false [dev-dependencies.fimg] version = "0.4.41" features = ["save"] default-features = false