# 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] name = "svg_cleaner" version = "0.1.0" authors = ["Zcq <1409051283@qq.com>"] exclude = [ "docs/**", "tools/**", ] description = "svgcleaner could help you to clean up your SVG files from the unnecessary data." readme = "README.md" keywords = [ "svg", "cleaner", "optimizer", ] categories = ["multimedia::images"] license = "GPL-2.0" [profile.release] lto = true [lib] name = "svgcleaner" path = "src/lib.rs" doctest = false [[bin]] name = "svgcleaner" path = "src/main.rs" doc = false [dependencies.clap] version = "2" optional = true default-features = false [dependencies.error-chain] version = "0.11" default-features = false [dependencies.fern] version = "=0.5.8" default-features = false [dependencies.log] version = "0.4" [dependencies.svgdom] version = "0.10.5" [features] cli-parsing = ["clap"] default = ["cli-parsing"]