[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.regex-syntax]
version = "0.6"
[dependencies.syn]
features = ["parsing", "full"]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["mich101mich <mich101mich@gmail.com>"]
description = "Proc-Macros for the sscanf Crate. Not meant to be used as a standalone Crate"
edition = "2018"
license = "MIT"
name = "sscanf_macro"
readme = "Readme.md"
repository = "https://github.com/mich101mich/sscanf"
version = "0.3.0"