# 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 = "syn-file-expand-cli" version = "0.3.0" include = [ "src", "Cargo.toml", "README.md", ] description = "CLI tool to read full source code of multi-file crates and output it to stdout" readme = "README.md" keywords = [ "expand", "rust", "source-code", "inline-modules", ] categories = [ "command-line-utilities", "development-tools::procedural-macro-helpers", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/syn-file-expand" [dependencies.gumdrop] version = "0.8.1" [dependencies.prettyplease] version = "0.2" optional = true [dependencies.proc-macro2] version = "1.0.36" [dependencies.quote] version = "1.0.15" [dependencies.syn] version = "2" features = ["full"] [dependencies.syn-file-expand] version = "0.3.0" [features] default = ["prettyplease"]