# 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.73" name = "kittycad-execution-plan-macros" version = "0.1.9" authors = ["Adam Chalmers"] description = "Macros for working with KittyCAD execution plans" keywords = ["kittycad"] license = "MIT" repository = "https://github.com/KittyCAD/modeling-api" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.70" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "2.0.41" features = ["extra-traits"] [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.insta] version = "1.34.0" [dev-dependencies.kittycad-execution-plan-traits] version = "0.1.13" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.rustfmt-wrapper] version = "0.2.1"