# 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 = "farbe" version = "0.2.0" description = "A library for working with retro image formats" homepage = "https://crates.io/crates/farbe" readme = "README.md" keywords = [ "image", "n64", "retro", ] license-file = "LICENSE" repository = "https://github.com/retrofoundry/farbe" [lib] name = "farbe" crate-type = [ "staticlib", "cdylib", "lib", ] [dependencies.anyhow] version = "1.0.70" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.1.13" features = ["derive"] [dependencies.png] version = "0.17.7" [features]