# 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 = "perforate" version = "0.1.0" authors = ["Luke Peterson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A macro to generate variants of a struct to allow splitting fields for extended periods of time" readme = "README.md" keywords = [ "macro", "hole", "structure", ] categories = [ "rust-patterns", "algorithms", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/luketpeterson/perforate" [lib] name = "perforate" path = "src/lib.rs" proc-macro = true [[test]] name = "perforate_test" path = "tests/perforate_test.rs" [dependencies.heck] version = "0.4.1" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.52" features = ["full"]