# 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 = "test-collector-derive" version = "0.1.2" authors = ["Vladyslav Bukatin "] description = "A derive to be able to mark the tests method, so you can iterate over them" documentation = "https://docs.rs/test-collector-derive" readme = "README.md" keywords = ["testing", "integration-tests", "test-collector"] categories = ["development-tools", "development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/MIF-0/test-collector/tree/main/test-collector-derive" [lib] proc-macro = true [dependencies.inventory] version = "0.1.11" [dependencies.proc-macro2] version = "1.0.38" [dependencies.quote] version = "1.0.18" [dependencies.rand] version = "0.8.5" [dependencies.syn] version = "1.0.94" features = ["full"] [dependencies.test-collector-utils] version = "0.1.2" [dev-dependencies.actix-web] version = "4" [dev-dependencies.reqwest] version = "0.11.10" features = ["json"]