cli_hooks 0.1.0

A procedural macro that enables dynamic execution of Rust code before and after function calls.
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "command-line-interface", "development-tools"]
description = "A procedural macro that enables dynamic execution of Rust code before and after function calls."
edition = "2021"
homepage = "https://github.com/MCarlomagno/cli-hooks-rs"
keywords = ["cli", "command", "terminal", "hook", "tool"]
license = "LGPL-2.1-only"
license-file = "LICENSE"
name = "cli_hooks"
readme = "README.md"
repository = "https://github.com/MCarlomagno/cli-hooks-rs"
version = "0.1.0"

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