# 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 = "rtest-derive" version = "0.2.0" authors = ["Marcel Märtens "] description = "heper crate with derive macros for rtest" homepage = "https://gitlab.com/xMAC94x/rtest" documentation = "https://docs.rs/rtest-derive" readme = "README.md" categories = [ "development-tools::testing", "development-tools::procedural-macro-helpers", ] license = "Apache-2.0 OR MIT" repository = "https://gitlab.com/xMAC94x/rtest" [lib] proc-macro = true [dependencies.darling] version = "0.20" [dependencies.proc-macro2] version = "1" features = ["span-locations"] [dependencies.quote] version = "1" [dependencies.rtest-util] version = "0.2.0" features = ["derive"] [dependencies.syn] version = "2" features = [ "full", "extra-traits", ]