[dependencies.cssparser_lightningcss]
package = "cssparser"
version = "0.33"
[dependencies.lightningcss]
default-features = false
features = ["grid", "visitor"]
version = "1.0.0-alpha.63"
[lib]
name = "oxvg_serialize"
path = "src/lib.rs"
[lints.clippy]
cast_lossless = "allow"
cast_possible_truncation = "allow"
dbg_macro = "warn"
float_cmp = "allow"
must_use_candidate = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust.missing_docs]
level = "warn"
priority = 0
[package]
authors = ["Noah <noahwbaldwin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Serializing primitives for SVG"
edition = "2021"
keywords = ["svg", "svgo"]
license = "MIT"
name = "oxvg_serialize"
readme = "readme.md"
repository = "https://github.com/noahbald/oxvg"
version = "0.0.5"