[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.39"
[dependencies.syn]
features = ["parsing"]
version = "2.0.100"
[lib]
name = "macron_inputln"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Bulat Sh. <t.me/fuderis>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "rust-patterns"]
description = "Reads user input line from the console"
edition = "2021"
keywords = ["macros", "macro", "proc"]
license = "MIT"
name = "macron-inputln"
readme = "README.md"
repository = "https://github.com/fuderis/rs-macron/tree/main/macron-inputln"
version = "0.1.1"
[[test]]
name = "test_inputln"
path = "tests/test_inputln.rs"