oxvg_actions 0.0.5

The OXVG actions library is used for transforming SVG documents.
Documentation
[dependencies.rand]
version = "0.8.5"

[dependencies.strum]
features = ["derive"]
version = "0.26.2"

[dependencies.strum_macros]
version = "0.26.2"

[dev-dependencies.insta]
version = "1.42"

[lib]
name = "oxvg_actions"
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 = "The OXVG actions library is used for transforming SVG documents."
edition = "2021"
keywords = ["svg", "svgo", "optimisation"]
license = "MIT"
name = "oxvg_actions"
readme = "readme.md"
repository = "https://github.com/noahbald/oxvg"
version = "0.0.5"