# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "turbolift_macros" version = "0.1.9" authors = ["Dominic Burkart <@DominicBurkart>"] description = "macros for turbolift" homepage = "https://dominic.computer/turbolift" license = "Hippocratic-2.1" repository = "https://github.com/dominicburkart/turbolift/" [package.metadata.docs.rs] rustc-args = ["--cfg", "procmacro2_semver_exempt"] rustdoc-args = ["--cfg", "procmacro2_semver_exempt"] [package.metadata.playground] features = ["span-locations"] [lib] proc-macro = true [dependencies.cached] version = "0.19" [dependencies.fs_extra] version = "1" [dependencies.futures] version = "0.3" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "1" features = ["full"] [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.tracing-futures] version = "0.2.4" [dependencies.turbolift_internals] version = "0.1.5" [features] distributed = []