auto-tuple-traits 0.3.1

Attribute macro to implement a trait for tuples
Documentation
# 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 = "auto-tuple-traits"
version = "0.3.1"
authors = [
    "Bastian Köcher <git@kchr.de>",
    "Callum Webb <callum.s.webb+cargo@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Attribute macro to implement a trait for tuples
"""
documentation = "https://docs.rs/auto-tuple-traits"
readme = "README.md"
keywords = [
    "trait",
    "tuple",
    "crate",
    "macro",
    "proc-macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "Apache-2.0/MIT"
repository = "https://codeberg.org/calwe/auto-tuple-traits"

[lib]
name = "auto_tuple_traits"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "codegen"
path = "tests/codegen.rs"

[[test]]
name = "fail"
path = "tests/fail.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"

[dependencies.proc-macro2]
version = "1.0.106"

[dependencies.quote]
version = "1.0.45"

[dependencies.syn]
version = "2.0.117"
features = [
    "full",
    "visit",
    "fold",
    "extra-traits",
]

[dev-dependencies.trybuild]
version = "1.0.116"