# 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 = "qqx-macro" version = "0.0.4" authors = ["Roman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Helper crate to improve user experience while using qqx" documentation = "https://docs.rs/qqx-macro" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/OrbitalStation/Old-Repositories/tree/cosmos/used-by-crates.io/qqx-macro" [lib] name = "qqx_macro" path = "src/lib.rs" proc-macro = true [dependencies.quote] version = "1.0.8" [dependencies.syn] version = "1.0.57" features = [ "full", "fold", ]