# 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 = "svg-invert" version = "0.0.2" authors = ["Luciano Mammino"] description = "A CLI utility and a library to invert colors in an SVG image" readme = "README.md" keywords = [ "svg", "invert", "colors", "cli", "library", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lmammino/svg-invert" [dependencies.csscolorparser] version = "0.6.2" [dependencies.thiserror] version = "1.0.60" [dependencies.xml-rs] version = "0.8.20"