# 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 = "2021" name = "tuple_macro" version = "0.2.2" authors = ["Karl Wulfert "] description = "Library for determining the length of a tuple." homepage = "https://github.com/pic16f877ccs/tuple_tool" readme = "README.md" keywords = [ "trait", "no-std", "tuple-len", "tuple", ] categories = ["rust-patterns"] license = "GPL-3.0-or-later" repository = "https://github.com/pic16f877ccs/tuple_tool" resolver = "1" [lib] name = "tuple_macro" proc-macro = true [dependencies] [features] from_tup_16 = [] from_tup_32 = [] from_tup_64 = [] from_tup_8 = [] tup_len_16 = [] tup_len_32 = [] tup_len_64 = []