gen_attributes_interface_generator 0.1.0

To be used only with rust_interface_file_generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "gen_attributes_interface_generator"
version = "0.1.0"
authors = ["Kofi Otuo <otuokofi@outlook.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
description = "To be used only with rust_interface_file_generator"
repository = "https://github.com/Kofituo/rust_interface_file_generator"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
proc-macro = true

[dependencies]
syn = { version = "1.0", features = ["full", "extra-traits", "derive"] }
quote = "1.0"