rustc-tools 0.78.0

Some internal rustc tools made accessible
[[example]]
name = "ast"
path = "examples/ast.rs"

[[example]]
name = "hir"
path = "examples/hir.rs"

[[example]]
name = "lint"
path = "examples/lint.rs"
[dependencies.cargo_metadata]
version = "0.18"

[dependencies.term]
version = "0.7"

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

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Some internal rustc tools made accessible"
documentation = "https://guillaumegomez.github.io/rustc-tools/index.html"
edition = "2021"
license = "MIT"
name = "rustc-tools"
readme = "README.md"
repository = "https://github.com/GuillaumeGomez/rustc-tools"
version = "0.78.0"