# 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 = "salvia_macro" version = "0.1.0" authors = ["haibane_tenshi "] description = "Proc macros implementation for Salvia crate" homepage = "https://github.com/haibane-tenshi/salvia" readme = "README.md" keywords = ["incremental"] categories = ["asynchronous", "caching"] license = "MIT OR Apache-2.0" repository = "https://github.com/haibane-tenshi/salvia" [package.metadata.docs.rs] features = ["async-trait"] [lib] proc-macro = true [dependencies.proc-macro2] version = "1.0.27" [dependencies.quote] version = "1.0.9" [dependencies.syn] version = "1.0.73" features = ["full", "visit"] [dev-dependencies.async-recursion] version = "0.3.2" [dev-dependencies.async-trait] version = "0.1.50" [dev-dependencies.tokio] version = "1.8.1" features = ["rt-multi-thread"] [dev-dependencies.trybuild] version = "1.0.42"