# 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 = "rigz_ast_derive" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Procedural macro to generate ParsedModules for rigz, generate a trait for the module implementation and parse input at compile time." readme = "README.md" keywords = [ "rigz", "proc_macro", "procmacro", ] license = "MIT" repository = "https://gitlab.com/inapinch/rigz/crates/ast_derive" [lib] name = "rigz_ast_derive" path = "src/lib.rs" proc-macro = true [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1" [dependencies.rigz_ast] version = "0.4" features = ["derive"] [dependencies.syn] version = "2.0" [dev-dependencies.serde_json] version = "1.0"