# 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 = "try_from_tup_macro" version = "0.1.2" authors = ["Karl Wulfert "] description = "Library for implement from tuple trait" homepage = "https://github.com/pic16f877ccs/try_from_tup_macro" readme = "README.md" keywords = [ "proc-macro", "no-std", "try-tuple-convert", "tuple-to-array", ] categories = ["rust-patterns"] license = "GPL-3.0-or-later" repository = "https://github.com/pic16f877ccs/try_from_tup_macro" [lib] name = "try_from_tup_macro" proc-macro = true [dependencies] [features] try_from_tup_16 = [] try_from_tup_8 = []