[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "fold"]
version = "2.0"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
name = "gix_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>", "Andre Bogus <bogusandre@gmail.com>", "Sebastian Thiel <sebastian.thiel@icloud.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Proc-macro utilities for gix"
edition = "2021"
include = ["src/**/*", "LICENSE-*"]
license = "MIT OR Apache-2.0"
name = "gix-macros"
readme = false
repository = "https://github.com/Byron/gitoxide"
rust-version = "1.65"
version = "0.1.5"