# 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 = "drive-v3-macros" version = "0.6.1" authors = ["Santiago Hernandez Zapata"] description = "A library for interacting the Google Drive API" readme = "README.md" keywords = [ "Google", "Drive", "API", "v3", ] categories = [ "api-bindings", "authentication", ] license = "MIT" repository = "https://gitlab.com/mderr/drive-v3" [lib] proc-macro = true [dependencies.proc-macro-crate] version = "3.1.0" [dependencies.proc-macro2] version = "1.0.78" [dependencies.quote] version = "1.0.35" [dependencies.regex] version = "1.10.3" [dependencies.syn] version = "2.0.48" features = [ "full", "extra-traits", ] [dev-dependencies.drive-v3] version = "0.6.0" [dev-dependencies.reqwest] version = "0.11.24" [dev-dependencies.trybuild] version = "1.0.89"