# 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.65" name = "assert2-macros" version = "0.3.15" authors = [ "Maarten de Vries ", "Mara Bos ", ] description = "procedural macros for assert2" documentation = "https://docs.rs/assert2" license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/assert2-rs" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.14" [dependencies.quote] version = "1.0.2" [dependencies.syn] version = "2.0.76" features = [ "full", "visit", "visit-mut", ] [build-dependencies.rustc_version] version = "0.4.0"