# 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" rust-version = "1.70.0" name = "jrest_hooks" version = "0.2.3" authors = [ "Ivan Gabriele ", "Tom Pridham ", ] include = [ "src/**/*.rs", "CHANGELOG.md", "LICENSE", "README.md", ] description = "Jrest `after()`, `after_each()`, `before()`, `before_each()` and `skip()` hooks." homepage = "https://github.com/ivangabriele/jrest#readme" readme = "README.md" categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/ivangabriele/jrest" resolver = "1" [lib] proc-macro = true [dependencies.quote] version = "1.0.29" [dependencies.syn] version = "2.0.23" features = [ "extra-traits", "fold", "full", ] [dev-dependencies]