# 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 = "expand-mod" version = "0.1.0" authors = ["frozenlib "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Expand `mod module_name;` in `.rs` files and combine the module tree consisting of multiple files into a single file." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/frozenlib/expand-mod" [lib] name = "expand_mod" path = "src/lib.rs" [[bin]] name = "expand-mod" path = "src/main.rs" [dependencies.annotate-snippets] version = "0.11.4" [dependencies.anyhow] version = "1.0.86" [dependencies.arboard] version = "3.4.0" [dependencies.clap] version = "4.5.16" features = ["derive"] [dependencies.proc-macro2] version = "1.0.86" features = ["span-locations"] [dependencies.quote] version = "1.0.37" [dependencies.syn] version = "2.0.76" features = [ "full", "visit", ]