svgdom 0.18.0

[DEPRECATED] Library to represent an SVG as a DOM.
Documentation
[package]
name = "svgdom"
# When updating version, also modify html_root_url in the lib.rs
version = "0.18.0"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
keywords = ["svg", "dom"]
categories = ["parser-implementations"]
license = "MIT/Apache-2.0"
edition = "2018"
description = "[DEPRECATED] Library to represent an SVG as a DOM."
repository = "https://github.com/RazrFalcon/svgdom"
documentation = "https://docs.rs/svgdom/"
readme = "README.md"

[dependencies]
log = "0.4.5"
roxmltree = "0.6"
simplecss = "0.2"
siphasher = "0.2.3"
slab = "0.4"
svgtypes = "0.5"
xmlwriter = "0.1"

[dev-dependencies]
bencher = "0.1"
fern = "0.5"
pretty_assertions = "0.6"
time = "0.1"

[[bench]]
name = "parser"
harness = false

[lib]
path = "src/lib.rs" # for cargo-readme
doctest = true