# 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 = "variant_access_derive" version = "0.4.1" authors = ["Jacob Turner "] build = false description = "Prodedural macros for deriving the VariantAccess traits" homepage = "https://github.com/FriendRat/variant_access/tree/master/variant_access_derive" readme = "../README.md" categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/FriendRat/variant_access/tree/master/variant_access_derive" [lib] proc-macro = true [dependencies.lazy_static] version = "1" [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0" features = ["derive"] [dependencies.tera] version = "1" [dependencies.variant_access_traits] version = "0.4.1"