trait-gen 2.0.7

Trait implementation generator macro
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"
rust-version = "1.61.0"
name = "trait-gen"
version = "2.0.7"
authors = ["Redglyph"]
build = false
exclude = ["tests"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trait implementation generator macro"
homepage = "https://github.com/blueglyph/trait_gen"
documentation = "https://docs.rs/trait-gen"
readme = "README.md"
keywords = [
    "proc-macro",
    "macro",
    "trait",
    "generator",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/blueglyph/trait_gen"

[features]
default = []
no_type_gen = []

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

[dependencies.proc-macro-error2]
version = "2.0"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit-mut",
    "extra-traits",
]

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