# 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 = "make_tuple_traits" version = "0.2.2" authors = ["Jan Cristina "] description = "a proc_macro for making a bunch of traits for tuples up to a fixed size" homepage = "https://github.com/jcrist1/tuple_tricks/" readme = "README.md" keywords = ["tuple", "generic", "proc_macro"] license = "MIT" repository = "https://github.com/jcrist1/tuple_tricks/" [lib] proc_macro = true [dependencies]