mirror of https://github.com/zkat/miette.git
20 lines
445 B
TOML
20 lines
445 B
TOML
[package]
|
|
name = "miette-derive"
|
|
version = "7.6.0"
|
|
authors = ["Kat Marchán <kzm@zkat.tech>"]
|
|
edition = "2018"
|
|
license = "Apache-2.0"
|
|
description = "Derive macros for miette. Like `thiserror` for Diagnostics."
|
|
repository = "https://github.com/zkat/miette"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
perfect-derive = ["syn/extra-traits"]
|
|
|
|
[dependencies]
|
|
proc-macro2 = "1.0.83"
|
|
quote = "1.0.35"
|
|
syn = { version = "2.0.87", features = ["extra-traits"] }
|