sscanf_macro 0.4.2

Proc-Macros for the sscanf Crate. Not meant to be used as a standalone Crate
Documentation
[dependencies.convert_case]
version = "0.6.0"

[dependencies.proc-macro2]
version = "1.0.60"

[dependencies.quote]
version = "1.0.0"

[dependencies.regex-syntax]
version = "0.6.0"

[dependencies.strsim]
version = "0.10.0"

[dependencies.syn]
features = ["parsing", "derive", "full"]
version = "2.0.1"

[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 OR Apache-2.0"
name = "sscanf_macro"
readme = "Readme.md"
repository = "https://github.com/mich101mich/sscanf"
rust-version = "1.56.0"
version = "0.4.2"

[target."cfg(msrv_build)".dependencies.unicode-width]
version = "0.1.5,<0.1.13"

[target."cfg(not(msrv_build))".dependencies.unicode-width]
version = "0.1.5"