[go: up one dir, main page]

svgtypes 0.4.3

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

[lib]
path = "src/lib.rs"
doctest = true
[dependencies.float-cmp]
version = "0.4.1"
default-features = false

[dependencies.phf]
version = "0.7.24"
optional = true

[features]
attribute-id = ["phf"]
color = ["phf"]
default = ["color", "attribute-id", "element-id"]
element-id = ["phf"]
[badges.travis-ci]
repository = "RazrFalcon/svgtypes"