# 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_traits" version = "0.4.1" authors = ["Jacob Turner "] build = false description = "A set of traits and 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/tree/master/variant_access_traits" readme = "../README.md" categories = [ "development-tools", "rust-patterns", ] license = "MIT" repository = "https://github.com/FriendRat/variant_access/tree/master/variant_access_traits" [lib] [dependencies]