decycle-impl 0.2.3

Internal implementation for decycle macros
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 = "decycle-impl"
version = "0.2.3"
authors = ["yasuo-ozu"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal implementation for decycle macros"
readme = false
keywords = [
    "macro",
    "trait",
    "recursive",
    "circular",
    "obligation",
]
categories = [
    "rust-patterns",
    "development-tools::procedural-macro-helpers",
]
license = "MIT"
repository = "https://github.com/yasuo-ozu/decycle"

[lib]
name = "decycle_impl"
path = "src/lib.rs"

[dependencies.proc-macro-error]
version = "1.0"
default-features = false

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

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

[dependencies.template-quote]
version = "0.4.0"

[dependencies.type-leak]
version = "0.6.0"