# 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_diagnostics" version = "0.0.1-alpha.1" authors = ["Noah "] description = "Error reporting for the oxvg library" license = "MIT" repository = "https://github.com/noahbald/oxvg" [dependencies.miette] version = "7.0.0" features = ["fancy"] [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