svgcleaner 0.9.5

svgcleaner could help you to clean up your SVG files from the unnecessary data.
Documentation
# 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]
name = "svgcleaner"
version = "0.9.5"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
exclude = ["docs/**", "tools/**"]
description = "svgcleaner could help you to clean up your SVG files from the unnecessary data."
documentation = "https://github.com/RazrFalcon/svgcleaner/blob/master/docs/svgcleaner.adoc"
readme = "README.rst"
keywords = ["svg", "cleaner", "optimizer"]
categories = ["multimedia::images"]
license = "GPL-2.0"
repository = "https://github.com/RazrFalcon/svgcleaner"
[profile.release]
opt-level = 3
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"

[dependencies.log]
version = "0.4"

[dependencies.svgdom]
version = "0.10.5"

[features]
cli-parsing = ["clap"]
default = ["cli-parsing"]
[badges.travis-ci]
repository = "RazrFalcon/svgcleaner"