ctxerr/derive/Cargo.toml

20 lines
570 B
TOML

[package]
name = "ctxerr_derive"
version = "0.5.1"
authors = ["Andrey Tkachenko <andrey@aidev.ru>"]
repository = "https://github.com/andreytkachenko/ctxerr.git"
keywords = ["error", "handling", "thiserror", "context", "backtrace"]
categories = ["error-handling"]
description = "Tiny wrapper on thiserror embedding backtrace and location"
license = "MIT OR Apache-2.0"
exclude = [".gitignore", ".cargo/config", ".github/**", "codecov.yml"]
edition = "2021"
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
quote = "1"
syn = {version = "2", features = ["full"]}