[dependencies.quote]
version = "1.0.40"
[dependencies.regex]
version = "1.11.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.syn]
features = ["full"]
version = "2.0.101"
[lib]
name = "cio"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["GerardDubard <infodgjl@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
CIO provides two powerful procedural macros (`println!` and `input!`)
that enhance console I/O operations in Rust, bringing Python-like
convenience to Rust's type-safe environment.
"""
documentation = "https://docs.rs/cio"
edition = "2024"
homepage = "https://github.com/gerarddubard/cio"
license = "MIT"
name = "cio"
readme = "README.md"
repository = "https://github.com/gerarddubard/cio"
version = "0.5.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]