# 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" version = "0.2.1" authors = ["Emmanuel Gil Peyrot "] description = "Parser for Krita files" homepage = "https://git.linkmauve.fr/linkmauve/krita" keywords = ["krita", "kra", "png"] categories = ["parser-implementations", "encoding", "graphics", "multimedia::images"] license = "MPL-2.0" repository = "https://git.linkmauve.fr/linkmauve/krita" [dependencies.lexical-core] version = "0.7" [dependencies.lzf] version = "0.3" [dependencies.minidom] version = "0.12" [dependencies.nom] version = "5" features = ["std"] default-features = false [dependencies.zip] version = "0.5" [dev-dependencies.png] version = "0.16"