[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[dependencies.type-sig-type]
version = "0.1.4"
[lib]
name = "type_sig_proc_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ['Dimitriy "ay0ks" <ay0o0ks000@gmail.com>']
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "type-sig: Internal crate that defines the procedural macro, don't use this directly."
edition = "2021"
license-file = "LICENSE"
name = "type-sig-proc-macro"
readme = "README.md"
repository = "https://github.com/ay0ks/type-sig"
version = "0.1.4"