name = "svg_path"
version = "0.8.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Parse, transform, and serialize SVG path data."
licences = ["MIT"]
repository = { type = "github", user = "vistuleB", repo = "svg_path" }
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_community_maths = ">= 2.0.0 and < 3.0.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
vec = ">= 4.1.0 and < 5.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"