# 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 = "thigpen" version = "0.2.1" exclude = [ ".gitignore", ".github/*", ] description = "thigpen is a tool for analyzing module layout of a rust crate" homepage = "https://github.com/rockstar/thigpen" documentation = "https://github.com/rockstar/thigpen" readme = "README.md" keywords = [] license-file = "LICENSE" repository = "https://github.com/rockstar/thigpen" [[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] version = "4.4.12" features = [ "derive", "string", ] [dependencies.log] version = "0.4.20" [dependencies.proc-macro2] version = "1.0.75" [dependencies.simplelog] version = "0.12.1" default-features = true [dependencies.syn] version = "2.0.47" features = ["full"] [features] cargo = [] default = ["cargo"]