# 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 = "2018" name = "fruit-salad_proc-macro-definitions" version = "0.0.1" authors = ["Tamme Schichler "] description = "Procedural macro definitions for fruit-salad." homepage = "https://github.com/Tamschi/fruit-salad" documentation = "https://docs.rs/fruit-salad_proc-macro-definitions/0.0.1" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/Tamschi/fruit-salad" resolver = "2" [lib] proc-macro = true [dependencies.call2-for-syn] version = "2.0.3" [dependencies.debugless-unwrap] version = "0.0.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro-crate] version = "1.1.0" [dependencies.proc-macro2] version = "1.0.29" [dependencies.quote] version = "1.0.2" [dependencies.syn] version = "1.0.77" features = ["full", "visit-mut"] [dependencies.syn-mid] version = "0.5.0" [dependencies.tap] version = "1.0.1" [dependencies.unquote] version = "0.0.6" [dev-dependencies.version-sync] version = "0.9.1"