[dependencies.miette]
features = ["fancy"]
version = "7.0.0"
[dependencies.quick-xml]
version = "0.31.0"
[dependencies.thiserror]
version = "1.0.56"
[lints.clippy]
must_use_candidate = "allow"
return_self_not_must_use = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Noah <noahwbaldwin@gmail.com>"]
description = "Error reporting for the oxvg library"
edition = "2021"
license = "MIT"
name = "oxvg_diagnostics"
repository = "https://github.com/noahbald/oxvg"
version = "0.0.1-alpha.1"