# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "oxvg_path" version = "0.0.1-beta.4" authors = ["Noah "] description = "SVG path parsing, serialization, and minification" readme = "readme.md" keywords = [ "svg", "svgo", "path", ] license = "MIT" repository = "https://github.com/noahbald/oxvg" [dependencies.bitflags] version = "2.6.0" optional = true [dependencies.lightningcss] version = "1.0.0-alpha.59" optional = true [dependencies.oxvg_style] version = "0.0.1-alpha.1" optional = true [dependencies.ryu] version = "1.0.18" optional = true [dependencies.schemars] version = "0.8.19" optional = true [dependencies.serde] version = "1.0.201" optional = true [dev-dependencies.insta] version = "1.36.1" [features] default = [ "parse", "format", "optimise", ] format = ["ryu"] jsonschema = [ "schemars", "serde", ] optimise = [ "format", "bitflags", ] oxvg = [ "dep:lightningcss", "dep:oxvg_style", ] parse = ["bitflags"] serde = ["dep:serde"] [lints.clippy] must_use_candidate = "allow" return_self_not_must_use = "allow" [lints.clippy.pedantic] level = "warn" priority = -1