# 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" rust-version = "1.70.0" name = "syn-miette" version = "0.3.0" description = "A `syn::Error` wrapper that provides pretty diagnostic messages using `miette`." documentation = "https://docs.rs/syn-miette" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/syn-miette" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "do_doc_cfg", ] [package.metadata.release] pre-release-hook = ["./check.bash"] [dependencies.miette] version = "7.2.0" default-features = false [dependencies.proc-macro2] version = "1.0.79" features = ["span-locations"] default-features = false [dependencies.syn] version = "2.0.53" default-features = false [dev-dependencies.ariadne] version = "0.4.0" [dev-dependencies.insta] version = "1.36.1" [dev-dependencies.ropey] version = "1.6.1" [dev-dependencies.syn] version = "2.0.53" features = [ "parsing", "derive", "extra-traits", "printing", ] default-features = false [features] default = ["render"] render = [ "miette/fancy", "miette/derive", ]