autozig-parser 0.1.2

Parser for autozig macro directives
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "parsing", "printing"]
version = "2.0"

[lib]
name = "autozig_parser"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::ffi", "parser-implementations"]
description = "Parser for autozig macro directives"
documentation = "https://docs.rs/autozig-parser"
edition = "2021"
homepage = "https://github.com/layola13/autozig"
keywords = ["ffi", "zig", "parser"]
license = "MIT OR Apache-2.0"
name = "autozig-parser"
readme = false
repository = "https://github.com/layola13/autozig"
version = "0.1.2"