# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-merge" version = "0.2.2" authors = ["Julien Faixo "] description = "A cargo subcommand to merge the source code of a crate into a single file." homepage = "https://gitlab.com/jfaixo/cargo-merge" documentation = "https://gitlab.com/jfaixo/cargo-merge" readme = "../README.md" keywords = ["cargo", "merge", "competitive", "codingame"] categories = ["development-tools::cargo-plugins", "command-line-utilities"] license = "MIT" repository = "https://gitlab.com/jfaixo/cargo-merge.git" [dependencies.colored] version = "2.0.0" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.4.3" [dependencies.serde] version = "1.0.123" [dependencies.serde_derive] version = "1.0.123" [dependencies.simple-logging] version = "2.0" [dependencies.structopt] version = "0.3.21" [dependencies.toml] version = "0.5.8"