lyon_tessellation 0.13.5

A low level path tessellation library.
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]
edition = "2018"
name = "lyon_tessellation"
version = "0.13.5"
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "A low level path tessellation library."
documentation = "https://docs.rs/lyon_tessellation/"
keywords = ["2d", "graphics", "tessellation", "svg"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nical/lyon"

[lib]
name = "lyon_tessellation"
path = "src/lib.rs"
[dependencies.lyon_path]
version = "0.13.2"

[dependencies.serde]
version = "1.0"
features = ["serde_derive"]
optional = true

[dependencies.sid]
version = "0.5"
[dev-dependencies.lyon_extra]
version = "0.13.0"

[features]
debugger = []
serialization = ["serde", "lyon_path/serialization"]