oxvg 0.0.7

Vector image toolchain.
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 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 = "2024"
name = "oxvg"
version = "0.0.7"
authors = ["Noah <noahwbaldwin@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vector image toolchain."
readme = "readme.md"
keywords = [
    "svg",
    "svgo",
    "optimisation",
]
license = "MIT"
repository = "https://github.com/noahbald/oxvg"
resolver = "2"

[features]
default = []
render = ["dep:skia-safe"]
visual-regression = ["dep:skia-safe"]

[lib]
name = "oxvg"
path = "src/lib.rs"

[[bin]]
name = "oxvg"
path = "src/main.rs"
test = false

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.etcetera]
version = "0.11"

[dependencies.ignore]
version = "0.4"

[dependencies.itertools]
version = "0.15"

[dependencies.log]
version = "0.4"
features = ["release_max_level_off"]

[dependencies.ls-types]
version = "0.0.6"

[dependencies.oxvg_actions]
version = ">=0.0"

[dependencies.oxvg_ast]
version = ">=0.0"
features = [
    "roxmltree",
    "selectors",
    "serialize",
    "clap",
]

[dependencies.oxvg_collections]
version = ">=0.0"

[dependencies.oxvg_jsx]
version = ">=0.0"
features = [
    "clap",
    "swc_core",
    "optimise",
]

[dependencies.oxvg_lint]
version = ">=0.0"
features = [
    "clap",
    "serde",
    "lsp",
]

[dependencies.oxvg_optimiser]
version = ">=0.0"
features = [
    "clap",
    "serde",
]
default-features = false

[dependencies.oxvg_parse]
version = ">=0.0"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.skia-safe]
version = "0.99"
features = ["svg"]
optional = true

[dependencies.swc_core]
version = "75.0"
features = [
    "ecma_ast",
    "ecma_codegen",
    "common",
    "__visit",
]

[dependencies.swc_ecma_lexer]
version = "42.0"

[dependencies.tokio]
version = "1.48"
features = [
    "io-std",
    "rt-multi-thread",
    "macros",
]

[dependencies.tower-lsp-server]
version = "0.23"

[dependencies.typed-arena]
version = "2.0"

[dependencies.urlencoding]
version = "2.1"

[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