# 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 = "tuple_tricks" version = "0.2.1" authors = ["Jan Cristina "] description = "A couple of traits on tuples that allow inductively building new traits" homepage = "https://github.com/jcrist1/tuple_tricks/" license = "MIT" repository = "https://github.com/jcrist1/tuple_tricks/" [lib] proc_macro = false [dependencies.make_tuple_traits] version = "0.2"