lyon_geom 0.10.0

2D quadratic and cubic bezier arcs and line segment math on top of euclid.
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 = "lyon_geom"
version = "0.10.0"
authors = ["Nicolas Silva <nical@fastmail.com>"]
description = "2D quadratic and cubic bezier arcs and line segment math on top of euclid."
documentation = "https://docs.rs/lyon_geom/"
keywords = ["2d", "graphics", "bezier", "geometry"]
license = "MIT/Apache-2.0"
repository = "https://github.com/nical/lyon"

[lib]
name = "lyon_geom"
[dependencies.arrayvec]
version = "0.4"

[dependencies.euclid]
version = "0.17.0"

[dependencies.num-traits]
version = "0.1.40"

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

[features]
serialization = ["serde", "euclid/serde"]