[dependencies.cargo_metadata]
version = "0.18"
[dependencies.term]
version = "0.7"
[[example]]
name = "ast"
path = "examples/without-cargo-integration/ast.rs"
[[example]]
name = "hir"
path = "examples/without-cargo-integration/hir.rs"
[[example]]
name = "lint"
path = "examples/without-cargo-integration/lint.rs"
[lib]
name = "rustc_tools"
path = "src/lib.rs"
[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = 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.83.0"