[go: up one dir, main page]

svgtypes 0.1.0

SVG types parser and writer.
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 = "svgtypes"
version = "0.1.0"
authors = ["Reizner Evgeniy <razrfalcon@gmail.com>"]
description = "SVG types parser and writer."
documentation = "https://docs.rs/svgtypes/"
readme = "README.md"
keywords = ["svg", "parser", "tokenizer"]
categories = ["parsing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RazrFalcon/svgtypes"

[lib]
path = "src/lib.rs"
doctest = true
[dependencies.failure]
version = "0.1.1"

[dependencies.float-cmp]
version = "0.4"

[dependencies.log]
version = "0.4"

[dependencies.phf]
version = "0.7.21"

[dependencies.xmlparser]
version = "0.4"
[badges.travis-ci]
repository = "RazrFalcon/svgtypes"