# 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 = "svgparser" version = "0.8.1" authors = ["Evgeniy Reizner "] description = "Featureful, pull-based, zero-allocation SVG parser." documentation = "https://docs.rs/svgparser/" readme = "README.md" keywords = ["svg", "parser", "tokenizer"] categories = ["parsing"] license = "MIT/Apache-2.0" repository = "https://github.com/RazrFalcon/svgparser" [lib] doctest = true [[bench]] name = "parser" harness = false [[bench]] name = "path" harness = false [dependencies.failure] version = "0.1.1" [dependencies.log] version = "0.4" [dependencies.phf] version = "0.7.21" [dependencies.xmlparser] version = "0.3" [dev-dependencies.bencher] version = "0.1" [dev-dependencies.stderrlog] version = "0.3" [badges.travis-ci] repository = "RazrFalcon/svgparser"