single_line_macro 0.2.2

A macro to create methods and functions on a single line in a more readable way.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "single_line_macro"
version = "0.2.2"
authors = ["Supraerror"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A macro to create methods and functions on a single line in a more readable way."
readme = "README.md"
keywords = [
    "macro",
    "single-line",
    "getter",
    "async",
]
license = "MIT"
repository = "https://github.com/philou404/single_line_macro/"

[lib]
name = "single_line_macro"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "single_line_tests"
path = "tests/single_line_tests.rs"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]