# 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" version = "0.4.1" authors = ["Jacob Turner "] build = false description = "A set of traits and macros for defining a common api for Rust enums based on the std::variant api in the C++ standard library" homepage = "https://github.com/FriendRat/variant_access" readme = "README.md" categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/FriendRat/variant_access" [lib] proc-macro = true [dependencies.quote] version = "1.0" [dependencies.syn] version = "1.0.99" features = [ "derive", "extra-traits", ] [dependencies.variant_access_derive] version = "0.4.1" [dependencies.variant_access_traits] version = "0.4.1" [dev-dependencies.trybuild] version = "1.0.40"