# 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 = "proc-macro-assertions" version = "0.1.5" authors = [ "Armin Doelling", "Dan Wiedenhoever", "Justus Fluegel", ] description = "Easily create asserts on proc macro inputs" license = "MIT OR Apache-2.0" resolver = "1" [dependencies.better_any] version = "0.2.0" features = ["derive"] [dependencies.proc-macro2] version = "1.0.51" [dependencies.quote] version = "1.0.23" [dependencies.sealed] version = "0.5.0" [dependencies.syn] version = "2.0.28" features = [ "full", "extra-traits", "printing", ] [dependencies.uuid] version = "1.3.4" features = ["v4"] optional = true [features] mock_ident_gen = [] uuid_ident_gen = ["dep:uuid"]