# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "krita-to-svg" version = "0.2.2" authors = ["Emmanuel Gil Peyrot "] description = "Converter from Krita files to SVG" homepage = "https://git.linkmauve.fr/linkmauve/krita" readme = "README.md" keywords = ["krita", "kra", "svg", "inkscape"] categories = ["command-line-utilities", "encoding", "graphics", "multimedia::images"] license = "MPL-2.0" repository = "https://git.linkmauve.fr/linkmauve/krita" [dependencies.base64] version = "0.12" [dependencies.krita] version = "0.2" [dependencies.minidom] version = "0.12" [dependencies.png] version = "0.16"