# 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 = "2021" name = "fnaop" version = "0.1.0" authors = ["photowey "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ fnaop is a lightweight and flexible Rust library designed to bring Aspect-Oriented Programming (AOP) to your Rust functions. By using fnaop, you can easily add pre and post function logic without modifying the core functionality of your functions, enabling cleaner and more maintainable code. """ homepage = "https://github.com/photowey/fnaop" documentation = "https://docs.rs/fnaop" readme = "README.md" keywords = [ "function", "aop", ] license = "Apache-2.0" repository = "https://github.com/photowey/fnaop" [lib] name = "fnaop" path = "src/lib.rs" proc-macro = true [[test]] name = "integration_tests" path = "tests/integration_tests.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["full"]