[[bin]]
name = "thigpen"
[[bin]]
name = "cargo-thigpen"
path = "src/bin/cargo_thigpen.rs"
required-features = ["cargo"]
[dependencies.cargo_toml]
version = "0.17.2"
[dependencies.clap]
features = ["derive", "string"]
version = "4.4.12"
[dependencies.log]
version = "0.4.20"
[dependencies.proc-macro2]
version = "1.0.75"
[dependencies.simplelog]
default-features = true
version = "0.12.1"
[dependencies.syn]
features = ["full"]
version = "2.0.47"
[features]
cargo = []
default = ["cargo"]
[package]
description = "thigpen is a tool for analyzing module layout of a rust crate"
documentation = "https://github.com/rockstar/thigpen"
edition = "2021"
exclude = [".gitignore", ".github/*"]
homepage = "https://github.com/rockstar/thigpen"
keywords = []
license-file = "LICENSE"
name = "thigpen"
readme = "README.md"
repository = "https://github.com/rockstar/thigpen"
version = "0.2.1"