# 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 = "adv_linalg_proc_macro" version = "0.2.0" authors = ["Eric Ovenden "] include = [ "/src", "LICENSE.md", "LICENSE-MIT", "LICENSE-APACHE", "README.md", ] description = "Procedral macros for usage within Adv_LinAlg_Lib" documentation = "https://docs.rs/adv_linalg_proc_macro" readme = "README.md" keywords = [ "procedural", "proc", "macro", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/Adv-LinAlg/adv_linalg_proc_macro" [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.venial] version = "0.5.0"