# 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 = "rustmerge" version = "0.1.7" authors = ["b3hr4d "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Cargo subcommand that merges all Rust source files in a package into a single file." readme = "README.md" keywords = [ "cargo", "subcommand", "merge", "rust", "combine", ] categories = [ "development-tools::cargo-plugins", "command-line-utilities", ] license = "MIT" repository = "https://github.com/b3hr4d/rustmerge" [[bin]] name = "cargo-rustmerge" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.proc-macro2] version = "1.0" [dependencies.quote] version = "1.0" [dependencies.regex] version = "1.11" [dependencies.syn] version = "2.0" features = [ "full", "extra-traits", ] [dependencies.toml] version = "0.8" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.1" [dev-dependencies.tempfile] version = "3.13"